Class SimpleWorkflowEventData
Inheritance
System.Object
SimpleWorkflowEventData
Assembly: DocuWare.Platform.ServerClient.dll
public class SimpleWorkflowEventData : 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 IsInitiator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|