Class ActionAttribute
Attribute that signals that the method it is applied to, should be interpreted as an action.
Inheritance
System.Object
ActionAttribute
Namespace: Cortex.Net.Api
Assembly: Cortex.Net.dll
Syntax
public class ActionAttribute : Attribute
Constructors
| Improve this Doc View SourceActionAttribute()
Initializes a new instance of the ActionAttribute class.
Declaration
public ActionAttribute()
ActionAttribute(String)
Initializes a new instance of the ActionAttribute class.
Declaration
public ActionAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the action. |
Properties
| Improve this Doc View SourceName
Gets the Name of the action.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |