Click or drag to resize

ITransition Properties


The ITransition type exposes the following members.

Properties
  NameDescription
Public propertyActions
Gets the collection of Actions in this transition.
Public propertyAllowNextGroupToAdvance
Gets and sets whether Members of the next group in the transition can advance the page.
Public propertyArchived
Gets the archived value of this entity
(Inherited from IEntity.)
Public propertyAssignToGroupOnly
Gets and sets whether the transition only assigns the Page to a Group.
Public propertyCreated
Gets the entity's creation date.
(Inherited from IEntity.)
Public propertyCreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public propertyCurrentState
Gets and sets the Work State before the Workflow advances through this transition. Transition is only available for Workflow to advance through, if Workflow is currently on this Work state.
Public propertyDefaultUser
Gets and sets the default User to whom to assign the Page in Workflow when the transition advances to the next workstate. The transition doesn't automatically assign the Page to this User; It is only a recommendation from the transition on whom should be assigned the Page.
Public propertyDefinition
Gets the Workflow Definition to which this transition belongs.
Public propertyDescription
Gets and sets the description of transition.
Public propertyDisallowDefaultUserOverride
Gets and sets whether a Page can be assigned to a different User, but only if the Default User is specified in this transition.
Public propertyIsDefault
Gets and sets whether the transition is the default for a given Work State.
Public propertyLastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public propertyLastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public propertyManager
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.)
Public propertyName
Gets and sets the entity's name.
(Inherited from IEntity.)
Public propertyNextGroup
Gets and sets the next Group to which page assignments are restricted when the transition advances to the next workstate. The DefaultUser must be a member of this group.
Public propertyNextState
Gets and sets the Work State that the Workflow will be on after advancing through this transition.
Public propertySession
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public propertySessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public propertyTrigger
Gets and sets the type of Trigger associated with this transition. Decides where the transition is executed.
Public propertyUIParameters
Gets the behavior settings on for transitions on the Ingeniux CMS user interface. Actual changes will be performed on the property value. These settings decide this Workflow's icon on the toolbar, the "Advance" button drop-down menu, and the enter/exit prompt dialogs settings.
Top
See Also