Class PlatformEventData
Inheritance
System.Object
PlatformEventData
Assembly: DocuWare.Platform.ServerClient.dll
public class PlatformEventData : object
Properties
Declaration
public System.DateTime AccessDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string ErrorCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string EventType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsController { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public TaskState TaskState { get; set; }
Property Value
Declaration
public string WorkflowId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string XmlData { get; set; }
Property Value
Type |
Description |
System.String |
|