Class SaveInvigilatorForClassSectionResponse
Represents the response for the SaveInvigilatorForClassSection method.
Inheritance
System.Object
SaveInvigilatorForClassSectionResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveInvigilatorForClassSectionResponse : ServiceResponse
Constructors
SaveInvigilatorForClassSectionResponse()
Declaration
public SaveInvigilatorForClassSectionResponse()
Properties
InvigilatorDetailList
InvigilatorDetailList
Declaration
public List<StaffInvigilatorModelExtended> InvigilatorDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StaffInvigilatorModelExtended> |
InvigilatorForClassSectionResponse
invigilator for class section response
Declaration
public string InvigilatorForClassSectionResponse { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TestingModeratorRoomIdentifier
TESTING MODERATOR ROOM ID
Declaration
public int? TestingModeratorRoomIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |