Class QueueTermAssociationStudentAYBuildRequest
Inheritance
System.Object
QueueTermAssociationStudentAYBuildRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class QueueTermAssociationStudentAYBuildRequest : ServiceRequest
Constructors
QueueTermAssociationStudentAYBuildRequest()
Declaration
public QueueTermAssociationStudentAYBuildRequest()
Properties
AcademicCalendar
Declaration
public string AcademicCalendar { get; set; }
Property Value
Type |
Description |
System.String |
|
AcademicYearType
Declaration
public string AcademicYearType { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchName
Declaration
public string BatchName { get; set; }
Property Value
Type |
Description |
System.String |
|
CreatedUserId
Declaration
public int CreatedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CreatedUserName
Declaration
public string CreatedUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
ShiftSchoolStartDateId
Declaration
public int ShiftSchoolStartDateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StatusCategoryIdList
Declaration
public List<int> StatusCategoryIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
UsesSummer
Declaration
public int UsesSummer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|