Class DocumentWorkflowHistoryStep
Inheritance
System.Object
DocumentWorkflowHistoryStep
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentWorkflowHistoryStep : object
Properties
ActivityName
Declaration
public string ActivityName { get; set; }
Property Value
Type |
Description |
System.String |
|
ActivityType
Declaration
public ActivityType ActivityType { get; set; }
Property Value
DocUserVersion
Declaration
public string DocUserVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Fields
Declaration
public List<BaseField> Fields { get; set; }
Property Value
IsStampDecision
Declaration
public bool IsStampDecision { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Operation
Declaration
public ActionType Operation { get; set; }
Property Value
OperationTitle
Declaration
public string OperationTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
StepDate
Declaration
public System.DateTime StepDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StepNumber
Declaration
public int StepNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TaskId
Declaration
public string TaskId { get; set; }
Property Value
Type |
Description |
System.String |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|