Class UnscheduleClassSectionResponse
Inheritance
System.Object
UnscheduleClassSectionResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UnscheduleClassSectionResponse : ServiceResponse
Constructors
UnscheduleClassSectionResponse()
Declaration
public UnscheduleClassSectionResponse()
Properties
ClassSectionDetails
Declaration
public List<ClassSectionDetailCustom> ClassSectionDetails { get; set; }
Property Value
ClockHours
Declaration
public decimal ClockHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public decimal ContactHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsContinue
Declaration
public bool IsContinue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
isFail
Declaration
public bool isFail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|