Click or drag to resize

IAction Methods


The IAction type exposes the following members.

Methods
  NameDescription
Public methodAttribute
Retrieves an Attribute by its name.
Public methodAttributesCount
Gets the count of the Attributes collection.
Public methodExecute
Executes this action.
Public methodRemoveAttribute
Removes an Attribute from collection.
Public methodSetAttribute(IWorkflowAttribute)
Sets the value of an Attribute. If the Attribute doesn't exist, it creates a new one with the given object data.
Public methodSetAttribute(String, String)
Sets the value of an Attribute. If Attribute doesn't exist, will create a new one with the given name.
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
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