Class ApproveRejectResponseInfo
Response object used by Approve/ Reject quote version methods.
Inheritance
System.Object
ApproveRejectResponseInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ApproveRejectResponseInfo
Constructors
ApproveRejectResponseInfo()
Declaration
public ApproveRejectResponseInfo()
Properties
CreatedAppointmentId
ID of follow-up created to log the approval
Declaration
public int CreatedAppointmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PluginResponseInfo
Standard response object
Declaration
public PluginResponseInfo PluginResponseInfo { get; set; }
Property Value
Type | Description |
---|---|
PluginResponseInfo |
Extension Methods
EnumUtil.MapEnums<From, To>(From)