Click or drag to resize

ApprovalResponse Class

Class to support serialization of approval response data
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientApprovalResponse

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class ApprovalResponse

The ApprovalResponse type exposes the following members.

Constructors
  NameDescription
Public methodApprovalResponse
Initializes a new instance of the approval response class
Top
Properties
  NameDescription
Public propertyApproval
Gets or sets the object ID of the approval request
Public propertyDecision
Gets or sets the approval decision ("Approved" or "Rejected")
Public propertyObjectType
Gets or sets the object type
Public propertyReason
Gets or sets the approval reason
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also