Class RequestConfirmedData
A confirmation data for a request.
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 RequestConfirmedData
Properties
Comment
Value of a field comment in the decision.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DecisionId
Decision id.
Declaration
public int DecisionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |