Class ContractSendForApprovalResponse
Represents the response for the ContractSendForApproval method.
Inheritance
System.Object
ContractSendForApprovalResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ContractSendForApprovalResponse : ServiceResponse
Constructors
ContractSendForApprovalResponse()
Declaration
public ContractSendForApprovalResponse()
Properties
ContractIdList
Gets or sets the ContractIdList.
Declaration
public ICollection<int> ContractIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |