Class RequestDecisionSettings
Decision in the request when we create it.
Inheritance
System.Object
RequestDecisionSettings
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 RequestDecisionSettings
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 |