Class ProcessTermAssociationStudentAYBuildRequest
Inheritance
System.Object
ProcessTermAssociationStudentAYBuildRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ProcessTermAssociationStudentAYBuildRequest : ServiceRequest
Constructors
ProcessTermAssociationStudentAYBuildRequest()
Declaration
public ProcessTermAssociationStudentAYBuildRequest()
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 |
|
BatchIdentifier
Declaration
public string BatchIdentifier { 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 |
|