Click or drag to resize

CaseActivityInformation Class

Data contract for retrieving case activity information
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.Web.Services.EntitiesCaseActivityInformation

Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
[SerializableAttribute]
public class CaseActivityInformation

The CaseActivityInformation type exposes the following members.

Constructors
 NameDescription
Public methodCaseActivityInformationInitializes a new instance of the CaseActivityInformation class
Top
Properties
 NameDescription
Public propertyAccess Contains the case activity access restriction.
Public propertyActivityId Gets or sets the activity id.
Public propertyActivityTitle Gets or sets the case activity title.
Public propertyActivityType Gets or sets the activity id.
Public propertyActorName Gets or sets the actor name
Public propertyActorNameCode Gets or sets the actor name code
Public propertyActorNameKey Gets or sets the actor name key
Public propertyActorNameType Gets or sets the actor name type
Public propertyCaseTitle Gets or sets the case title.
Public propertyComment Gets or sets the comment.
Public propertyDescription Gets or sets the workflow description
Public propertyDueDate Gets or sets the deadline.
Public propertyFormId Gets or sets the FormId.
Public propertyInstanceDueDate Gets or sets the instance deadline
Public propertyInstanceId Gets or sets the instance id.
Public propertyInstanceTitle Gets or sets the workflow title
Public propertyLabels Gets the Form labels from the database
Public propertyNearDueDate Gets or sets the near due date.
Public propertyOwnerName Gets or sets the owner
Public propertyOwnerNameCode Gets or sets the owner name code
Public propertyParameters Any parameters associated with the case activity type
Public propertyRegister Gets or sets the register.
Public propertyRegisterSystemKey Gets or sets the system key.
Public propertySummary Contains case activity title (instance.Title + (caseActivity.Title))
Public propertyUpdated Contains the time stamp for last update.
Public propertyVersion The workflow version
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also