Class DecisionHistoryStep
Inheritance
System.Object
DecisionHistoryStep
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 DecisionHistoryStep
Properties
Assignments
List of assignments which has been executed in this step.
Declaration
public List<HistoryField> Assignments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.List<ConditionHistoryStep> |
DecisionDate
Confirmation date and time.
Declaration
public 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 |
---|---|
System.Collections.Generic.List<FileCabinetHistoryField> |
InputFields
List of fields which has been confirmed.
Declaration
public List<HistoryField> InputFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HistoryField> |
UserName
Name of the user who confirmed the task.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |