Class GetClassSectionsWithMaxClassSizeExceedRequest
Represents the request for the GetClassSectionsWithMaxClassSizeExceedRequest method.
Inheritance
System.Object
GetClassSectionsWithMaxClassSizeExceedRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetClassSectionsWithMaxClassSizeExceedRequest : ServiceRequest
Constructors
GetClassSectionsWithMaxClassSizeExceedRequest()
Declaration
public GetClassSectionsWithMaxClassSizeExceedRequest()
Properties
IsActiveOnly
Declaration
public bool IsActiveOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RegistrationTrackId
Declaration
public int RegistrationTrackId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SchoolDefinedFieldId
Declaration
public int SchoolDefinedFieldId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentGroupId
Declaration
public int StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentIds
Declaration
public int[] StudentIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|