Class DotBoxDMethodAttribute
- Namespace
- DotBoxD.Services.Attributes
- Assembly
- DotBoxD.Services.dll
Marks a method as a DotBoxD endpoint. This attribute is optional - all methods in a [DotBoxDService] interface are included by default. Use this attribute to customize method behavior.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class DotBoxDMethodAttribute : Attribute
- Inheritance
-
DotBoxDMethodAttribute
- Inherited Members
Properties
Name
Optional custom method name. If not specified, the method name is used.
public string? Name { get; set; }