Ant Organisation Ltd documentation

EditContentTaskType Members

EditContentTaskType overview

Public Instance Constructors

EditContentTaskTypeOverloaded. Initializes a new instance of the EditContentTaskType class.

Public Instance Methods

Action Executes an action, but since there are no actions defined this throws an exception
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetActions Gets the actions which can be performed on this action, in this task type no actions are defined
GetEditDefinition Gets content definition which is edited by this content type, also returns the instance which is to be edited and the name of the action to display in the task list
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetState Gets a string which represents the state of this task, this is passed back in to the Init method of this class whenever this class is retrieved from storage
GetType (inherited from Object)Gets the Type of the current instance.
Init Initialised the task, this passes the string which was returned from GetState()
Save Saves the content.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

EditContentTaskType Class | Ant.Workflow.Tasks Namespace