Click or drag to resize
ActionBuilder Methods

The ActionBuilder type exposes the following members.

Methods
  NameDescription
Public methodCleanupAfterBuild
Performs any work needed after building the project.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Prepares the builder to work with an action.
Protected methodInitializeExistingAction
Initializes the ActionBuilder and its action after Action has been set to an action that has been loaded.
Protected methodInitializeNewAction
Initializes the ActionBuilder and its action after Action has been set to a newly created action.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnActionChanged
Raises the ActionChanged event.
Protected methodOnDescriptionChanged
Raises the DescriptionChanged event.
Protected methodOnDisplayTextChanged
Raises the DisplayTextChanged event.
Protected methodOnImageChanged
Raises the ImageChanged event.
Protected methodOnIsValidChanged
Raises the IsValidChanged event.
Protected methodOnValidationErrorsChanged
Raises the ValidationErrorsChanged event.
Public methodPrepareForBuild
Performs any work needed to prepare Action for building.
Public methodSetActionDirty
Raises the ActionChanged event, causing the action to be considered dirty, or changed, by the project it belongs to.
Public methodCode exampleStartEditingAction
Starts editing the builder's action.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidateAction
Checks the state of Action to ensure that it is valid.
Protected methodValidateActionCore
Performs the work of checking the state of Action to ensure that it is valid.
Top
See Also