Data contract for retrieving case activity information
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.EntitiesCaseActivityInformation
Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The CaseActivityInformation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CaseActivityInformation | Initializes a new instance of the CaseActivityInformation class |
Properties
| Name | Description | |
|---|---|---|
| Access |
Contains the case activity access restriction.
| |
| ActivityId |
Gets or sets the activity id.
| |
| ActivityTitle |
Gets or sets the case activity title.
| |
| ActivityType |
Gets or sets the activity id.
| |
| ActorName |
Gets or sets the actor name
| |
| ActorNameCode |
Gets or sets the actor name code
| |
| ActorNameKey |
Gets or sets the actor name key
| |
| ActorNameType |
Gets or sets the actor name type
| |
| CaseTitle |
Gets or sets the case title.
| |
| Comment |
Gets or sets the comment.
| |
| Description |
Gets or sets the workflow description
| |
| DueDate |
Gets or sets the deadline.
| |
| FormId |
Gets or sets the FormId.
| |
| InstanceDueDate |
Gets or sets the instance deadline
| |
| InstanceId |
Gets or sets the instance id.
| |
| InstanceTitle |
Gets or sets the workflow title
| |
| NearDueDate |
Gets or sets the near due date.
| |
| OwnerName |
Gets or sets the owner
| |
| OwnerNameCode |
Gets or sets the owner name code
| |
| Parameters |
Any parameters associated with the case activity type
| |
| Register |
Gets or sets the register.
| |
| RegisterSystemKey |
Gets or sets the system key.
| |
| Summary |
Contains case activity title (instance.Title + (caseActivity.Title))
| |
| Updated |
Contains the time stamp for last update.
| |
| 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