FreeFlow class library

Action Members

Action overview

Public Instance Properties

ActionType Gets the type of the action.
AfterTime Gets the formula that will be evaluated to deicde when a timed action will be triggered.
AlertMessage Gets the alert message formula for the action.
AvailableTo Gets the formula that will be evaluated to decide which users will have access to this action, if it is a user action.
ChainedAction Gets the chained action formula, for a user action.
CloneFolder Gets a value indicating whether this Action will clone the folder.
Description For a creation user action, gets the description for the action.
FieldUsage Gets the field usage for the .
Form Gets the form used in this action, if it is a user action.
FromStage Gets the stage that the action comes from.
Group For a creation user action, gets or sets the group for the action.
IsCreation Gets a value indicating whether this action is a creation action.
IsLoopback Gets a value indicating whether this action is a loopback action.
LoopbackOption Indicates what will happen to the folder's To Do list after returning from a loopback action.
MapName Gets the name of the map that this action belongs to.
Name Gets the name of the action.
Priority Gets the priority of the action.
RaiseFlag Gets the name of the flag that this action will raise.
ReopenFolder Gets a value indicating whether this action will reopen the folder, if this is a user action.
Server (inherited from DatabaseAware) Gets the server.
ToStage Gets the stage that the action is going to.
TriggeredByFlag Gets the name of the flag that will trigger this action.
UserActionType For a user action, gets the type of the user interaction required.
WhenActionCompletedObsolete. Gets the formula that will be evaluated when the action is completed.
WhenActionStartedObsolete. Gets the formula that will be evaluated when the action is started.
WhenCompleted Gets the formula that will be evaluated when the action is completed.
WhenStarted Gets the formula that will be evaluated when the action is started.

Public Instance Methods

ApplyChanges Applies the changes made to this action (will set the group for a user creation action).
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object) Gets the Type of the current instance.
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

Action Class | FreeFlow.Administration Namespace