Class RequestDecisionSettings
Decision in the request when we create it.
Inheritance
System.Object
RequestDecisionSettings
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class RequestDecisionSettings : object
Constructors
RequestDecisionSettings()
Creates a new instance of this class
Declaration
public RequestDecisionSettings()
Properties
Color
Color of the decision.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Sequential order number of the decision in the request
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
Determines whether the decision is active.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Label of the decision.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |