Class DownloadContractForFacultyResponse
Represents the response for the DownloadContract method.
Inheritance
System.Object
DownloadContractForFacultyResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DownloadContractForFacultyResponse : ServiceResponse
Constructors
DownloadContractForFacultyResponse()
Declaration
public DownloadContractForFacultyResponse()
Properties
ContractFile
Gets or sets the ContractFileName.
Declaration
public object ContractFile { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The ContractFileName. |
ContractId
Gets or sets the ContractId.
Declaration
public int ContractId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ContractId. |