ActionAttribute Properties
Converts a persistent class method into a SimpleAction or PopupWindowShowAction.| Name | Description |
|---|---|
| AutoCommit | Specifies whether to commit the changes made to data when the Action attribute’s target method is executed. |
| Caption | Specifies the caption for the generated Action. |
| Category | Specifies the category for the generated Action. |
| ConfirmationMessage | Specifies the confirmation message displayed when an end-user executes the generated Action. |
| ImageName | Specifies the name of the image for the generated Action. |
| SelectionDependencyType | Specifies a context for enabling the generated Action. |
| TargetObjectsCriteria | Specifies the criteria for enabling the generated Action. |
| TargetObjectsCriteriaMode | Specifies whether all the currently selected objects must satisfy the ActionAttribute.TargetObjectsCriteria criteria to make an Action enabled. |
| ToolTip | Specifies the tooltip for the generated Action. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also