Class DecisionHistoryStep
Inheritance
System.Object
DecisionHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DecisionHistoryStep : object
Properties
Assignments
List of assignments which has been executed in this step.
Declaration
public List<HistoryField> Assignments { get; set; }
Property Value
Type | Description |
---|---|
List<HistoryField> |
Color
Color of the decision.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conditions
List of conditions performed at decision activity.
Declaration
public List<ConditionHistoryStep> Conditions { get; set; }
Property Value
Type | Description |
---|---|
List<ConditionHistoryStep> |
DecisionDate
Confirmation date and time.
Declaration
public System.DateTime DecisionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DecisionName
Name of the decision which has been confirmed.
Declaration
public string DecisionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentUserVersion
Document user version when the task is confirmed.
Declaration
public string DocumentUserVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileCabinetAssignments
List of file cabinet assignments which has been executed in this step.
Declaration
public List<FileCabinetHistoryField> FileCabinetAssignments { get; set; }
Property Value
Type | Description |
---|---|
List<FileCabinetHistoryField> |
InputFields
List of fields which has been confirmed.
Declaration
public List<HistoryField> InputFields { get; set; }
Property Value
Type | Description |
---|---|
List<HistoryField> |
UserName
Name of the user who confirmed the task.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |