ActionAttribute Constructors
Converts a persistent class method into a SimpleAction or PopupWindowShowAction.| Name | Parameters | Description |
|---|---|---|
| ActionAttribute() | none | Initializes a new instance of the ActionAttribute class with default settings. |
| ActionAttribute(PredefinedCategory) | category | Initializes a new instance of the ActionAttribute class with the specified ActionAttribute.Category property. |
| ActionAttribute(String) | category | Initializes a new instance of the ActionAttribute class with the specified ActionAttribute.Category property. |
See Also