Class DeleteStudentAllocationResponse
Inheritance
System.Object
DeleteStudentAllocationResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteStudentAllocationResponse : ServiceResponse
Constructors
DeleteStudentAllocationResponse()
Declaration
public DeleteStudentAllocationResponse()
Properties
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TestingScheduleStudentList
Declaration
public List<TestingScheduleStudentEntity> TestingScheduleStudentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TestingScheduleStudentEntity> |