Class SaveInvigilatorPayoutResponse
Represents the response for the SaveInvigilatorPayoutResponse method.
Inheritance
System.Object
SaveInvigilatorPayoutResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveInvigilatorPayoutResponse : ServiceResponse
Constructors
SaveInvigilatorPayoutResponse()
Declaration
public SaveInvigilatorPayoutResponse()
Properties
SaveInvigilatorPayoutResponseMessage
Declaration
public string SaveInvigilatorPayoutResponseMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TestingCommitteeMemberPayList
Declaration
public List<TestingCommitteeMemberPayDetailEntity> TestingCommitteeMemberPayList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TestingCommitteeMemberPayDetailEntity> |