Click or drag to resize

IAction Methods


The IAction type exposes the following members.

Methods
  Name Description
Public method Attribute Retrieves an Attribute by its name.
Public method AttributesCount Gets the count of the Attributes collection.
Public method Execute Executes this action.
Public method RemoveAttribute Removes an Attribute from collection.
Public method SetAttribute(IWorkflowAttribute) Sets the value of an Attribute. If the Attribute doesn't exist, it creates a new one with the given object data.
Public method SetAttribute(String, String) Sets the value of an Attribute. If Attribute doesn't exist, will create a new one with the given name.
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method ValidateUserPermission Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity)
Top
See Also