Data contract for retrieving workflow instance information
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.EntitiesInstanceInformation
Scanjour.Workflow4.Web.Services.EntitiesSmartTaskInformation
Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The InstanceInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InstanceInformation | Initializes a new instance of the InstanceInformation class |
Properties
Name | Description | |
---|---|---|
![]() | ActivityVersion |
The Activity library version.
|
![]() | Description |
Gets or sets the workflow description
|
![]() | InstanceDueDate |
Gets or sets the instance deadline
|
![]() | InstanceIdentity |
Gets or sets the instance identity.
|
![]() | InstanceTitle |
Gets or sets the workflow title
|
![]() | OwnerName |
Gets or sets the owner
|
![]() | OwnerNameCode |
Gets or sets the owner name code
|
![]() | Register |
Gets or sets the register.
|
![]() | RegisterSystemKey |
Gets or sets the system key.
|
![]() | Version |
The workflow version
|
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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also