Class DownloadContractForFacultyRequest
Represents the a request for the DownloadContract method.
Inheritance
System.Object
DownloadContractForFacultyRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DownloadContractForFacultyRequest : ServiceRequest
Constructors
DownloadContractForFacultyRequest()
Declaration
public DownloadContractForFacultyRequest()
Properties
ContractId
Gets or sets the ContractId.
Declaration
public int ContractId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ContractId. |
FileName
Download File Name
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |