Operation Class Properties
In This Topic
For a list of all members of this type, see Operation members.
Public Properties
| Name | Description |
 | CanRedo |
Gets a boolean indicating if the operation can be redone.
|
 | CanUndo |
Gets a boolean indicating if the operation can be undone.
|
 | Category |
Gets the category name.
|
 | DirtiesProject |
Gets a boolean indicating if the operation should dirty the project.
|
 | ID |
Gets or sets a unique identifier for the Operation. Default value is -1.
|
 | Name |
Gets the name of the operation as it is to appear in the undo/redo lists.
|
 | SubCategory |
Gets the sub-category name.
|
Top
See Also