Class GetRegistrationSummaryStudentsRecordRequest
Inheritance
System.Object
GetRegistrationSummaryStudentsRecordRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetRegistrationSummaryStudentsRecordRequest : ServiceRequest
Constructors
GetRegistrationSummaryStudentsRecordRequest()
Declaration
public GetRegistrationSummaryStudentsRecordRequest()
Properties
BillingTermIdList
Declaration
public List<int> BillingTermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
ExcludeConnected
Declaration
public bool ExcludeConnected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExpFundingTermIdList
Declaration
public List<int> ExpFundingTermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IncludeAllEnrollments
Declaration
public bool IncludeAllEnrollments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsConnectedEnrollments
Declaration
public bool IsConnectedEnrollments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowBillingDate
Declaration
public DateTime? LowBillingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LowStartDate
Declaration
public DateTime? LowStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MaxBillingDate
Declaration
public DateTime? MaxBillingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MaxStartDate
Declaration
public DateTime? MaxStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentPeriodSequence
Declaration
public int PaymentPeriodSequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SchoolStatusIdList
Declaration
public List<int> SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAcademicYearSequence
Declaration
public int StudentAcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentGroupId
Declaration
public int StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermGroupId
Declaration
public int TermGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|