| ActionBuilder Methods |
The ActionBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| CleanupAfterBuild |
Performs any work needed after building the project.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize |
Prepares the builder to work with an action.
| |
| InitializeExistingAction |
Initializes the ActionBuilder and its action
after Action has been set to an action that has been loaded.
| |
| InitializeNewAction |
Initializes the ActionBuilder and its action
after Action has been set to a newly created
action.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnActionChanged |
Raises the ActionChanged event.
| |
| OnDescriptionChanged |
Raises the DescriptionChanged event.
| |
| OnDisplayTextChanged |
Raises the DisplayTextChanged event.
| |
| OnImageChanged |
Raises the ImageChanged event.
| |
| OnIsValidChanged |
Raises the IsValidChanged event.
| |
| OnValidationErrorsChanged |
Raises the ValidationErrorsChanged event.
| |
| PrepareForBuild |
Performs any work needed to prepare Action for building.
| |
| SetActionDirty |
Raises the ActionChanged event, causing the action to be
considered dirty, or changed, by the project it belongs to.
| |
| StartEditingAction |
Starts editing the builder's action.
| |
| ToString | (Inherited from Object.) | |
| ValidateAction |
Checks the state of Action to ensure that it is valid.
| |
| ValidateActionCore |
Performs the work of checking the state of Action to ensure that
it is valid.
|