Class UpdateFacultyEsignStatusResponse
Represents the response for the UpdateFacultyEsignStatus method.
Inheritance
System.Object
UpdateFacultyEsignStatusResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateFacultyEsignStatusResponse : ServiceResponse
Constructors
UpdateFacultyEsignStatusResponse()
Declaration
public UpdateFacultyEsignStatusResponse()
Properties
ContractId
Contract Id
Declaration
public int ContractId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContractStatus
Contract Status
Declaration
public string ContractStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |