Class GetStudentSubsidiaryDetailRequest
Inheritance
System.Object
GetStudentSubsidiaryDetailRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetStudentSubsidiaryDetailRequest : ServiceRequest
Constructors
GetStudentSubsidiaryDetailRequest()
Declaration
public GetStudentSubsidiaryDetailRequest()
Properties
BeginOfStartDate
Declaration
public string BeginOfStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CloseDate
Declaration
public string CloseDate { get; set; }
Property Value
Type |
Description |
System.String |
|
EndOfStartDate
Declaration
public string EndOfStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
IsIncludeAllAmount
Declaration
public bool IsIncludeAllAmount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeNegativeBalance
Declaration
public bool IsIncludeNegativeBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludePositiveBalance
Declaration
public bool IsIncludePositiveBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeZeroBalance
Declaration
public bool IsIncludeZeroBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsProgramVersionExists
Declaration
public bool IsProgramVersionExists { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsShiftExists
Declaration
public bool IsShiftExists { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStatusExists
Declaration
public bool IsStatusExists { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintIdentifier
Declaration
public int PrintIdentifier { 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> |
|
ShiftIdList
Declaration
public List<int> ShiftIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubsidiaryAccountTypeId
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|