Class RequestDecisionHistoryStep
A history step for confirmed decision in request.
Inheritance
System.Object
RequestDecisionHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class RequestDecisionHistoryStep : object
Properties
Color
Color of the decision.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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 request.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |