Class ReinstateClassSectionResponse
Reinstate Class Section Response
Inheritance
System.Object
ReinstateClassSectionResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ReinstateClassSectionResponse : ServiceResponse
Constructors
ReinstateClassSectionResponse()
Declaration
public ReinstateClassSectionResponse()
Properties
ClassSectionId
Class Section Id
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCancel
IsCancel
Declaration
public bool IsCancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |