CommandAttribute Constructors
Allows you to generate commands from methods.| Name | Parameters | Description |
|---|---|---|
| CommandAttribute() | none | Initializes a new instance of the CommandAttribute class with the default settings. |
| CommandAttribute(Boolean) | isCommand | Initializes a new instance of the CommandAttribute class with specified settings. |
See Also