SubmissionStep Class

Submission steps are used in extended submission to define milstones with specific actors and sub deadlines

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[SerializableAttribute]
public class SubmissionStep
Inheritance
Object    SubmissionStep

Constructors

SubmissionStepInitializes a new instance of the SubmissionStep class

Properties

Actors The actors that are part of this step
DueDate Gets or sets the deadline.
Duration Gets or sets the duration period.
Id OData ID of the step This is emplty unless refering to an existing step that has been stored
MaskId The step template id
Name Name of the step
NearDueDate Near due date of the step.
NearDuration Gets or sets the near duration period.
Priority Priority used to determine the order of steps
Sequential 

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also