Class WorkflowTasksCount
Total tasks count in a workflow or requests
Inheritance
System.Object
WorkflowTasksCount
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WorkflowTasksCount
Properties
Count
Тhe total number of items.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TimeStamp
TimeStamp of the result.
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |