IAction Methods |
The IAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attribute |
Retrieves an Attribute by its name.
|
![]() | AttributesCount |
Gets the count of the Attributes collection.
|
![]() | Execute |
Executes this action.
|
![]() | RemoveAttribute |
Removes an Attribute from collection.
|
![]() | SetAttribute(IWorkflowAttribute) |
Sets the value of an Attribute. If the Attribute doesn't exist, it creates a new one with the given object data.
|
![]() | SetAttribute(String, String) |
Sets the value of an Attribute. If Attribute doesn't exist, will create a new one with the given name.
|
![]() | Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.) |
![]() | ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) |
![]() | 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.) |