Class GetStudentEnrollmentsRequest
Inheritance
System.Object
GetStudentEnrollmentsRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetStudentEnrollmentsRequest : ServiceRequest
Constructors
GetStudentEnrollmentsRequest()
Declaration
public GetStudentEnrollmentsRequest()
Properties
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |