Class GetRegistrationGroupStudentsForTrackRequest
Represents the request for the GetRegistrationGroupStudentsForTrackRequest method.
Inheritance
System.Object
GetRegistrationGroupStudentsForTrackRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetRegistrationGroupStudentsForTrackRequest : ServiceRequest
Constructors
GetRegistrationGroupStudentsForTrackRequest()
Declaration
public GetRegistrationGroupStudentsForTrackRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RegistrationGroupId
Declaration
public int RegistrationGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RegistrationTrackId
Declaration
public int RegistrationTrackId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|