Class CancelClassSectionResponse
Inheritance
System.Object
CancelClassSectionResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CancelClassSectionResponse : ServiceResponse
Constructors
CancelClassSectionResponse()
Declaration
public CancelClassSectionResponse()
Properties
ClassSectionId
Class Section Id to Cancel Class
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsClassSectionCancelled
Flag to determine Class Section is canceled
Declaration
public bool IsClassSectionCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |