Class MethodDescriptionAttribute
- Namespace
- Sisk.JsonRPC.Annotations
- Assembly
- Sisk.JsonRPC.dll
Specifies a description for a method.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class MethodDescriptionAttribute : Attribute
- Inheritance
-
MethodDescriptionAttribute
- Inherited Members
Constructors
- MethodDescriptionAttribute(string)
Initializes a new instance of the MethodDescriptionAttribute class with the specified description.
Properties
- Category
Optional. Gets or sets the web method category.
- Description
Gets the description of the method.