The class is responsible to hold the relationship between steps, actors and usertasks that are created.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.UserTasksSubmissionUserTaskModel
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The SubmissionUserTaskModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SubmissionUserTaskModel | Initializes a new instance of the SubmissionUserTaskModel class |
Properties
Name | Description | |
---|---|---|
![]() | Actors | |
![]() | CurrentUserTaskIndex | |
![]() | TaskIds |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLastStepByApprover |
Returns the last step that is not the current and contains the contact.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Initialize the model with a step collection
|
![]() | IsUsingSteps | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MergeSteps | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also