Class GetAgencyRecordsForBatchRequest
Inheritance
System.Object
GetAgencyRecordsForBatchRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetAgencyRecordsForBatchRequest : ServiceRequest
Constructors
GetAgencyRecordsForBatchRequest()
Declaration
public GetAgencyRecordsForBatchRequest()
Properties
ActualEndDate
Declaration
public DateTime? ActualEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ActualStartDate
Declaration
public DateTime? ActualStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
AgencyBranchIdList
Declaration
public int[] AgencyBranchIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
CampusIdList
Declaration
public int[] CampusIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
ClosingDate
Declaration
public DateTime? ClosingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ColumnToPrint
Declaration
public string ColumnToPrint { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrencyCodeId
Declaration
public int CurrencyCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceIdList
Declaration
public int[] FundSourceIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
InvoiceType
Declaration
public string InvoiceType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsNegativeBalance
Declaration
public bool IsNegativeBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPositiveBalance
Declaration
public bool IsPositiveBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsZeroBalance
Declaration
public bool IsZeroBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramVersionIdList
Declaration
public int[] ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
SchoolStatusIdList
Declaration
public int[] SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
ShiftIdList
Declaration
public int[] ShiftIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|