Class GetHousingApplicationRoommateMatchingStudentListRequest
Represents the a request for the GetHousingApplicationRoommateMatchingStudentListRequest method.
Inheritance
System.Object
GetHousingApplicationRoommateMatchingStudentListRequest
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetHousingApplicationRoommateMatchingStudentListRequest : ServiceRequest
Constructors
GetHousingApplicationRoommateMatchingStudentListRequest()
Declaration
public GetHousingApplicationRoommateMatchingStudentListRequest()
Properties
ApplicationSubmissionFromDate
Declaration
public DateTime? ApplicationSubmissionFromDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ApplicationSubmissionToDate
Declaration
public DateTime? ApplicationSubmissionToDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GraduationFromDate
Declaration
public DateTime? GraduationFromDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GraduationToDate
Declaration
public DateTime? GraduationToDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
HousingApplicationId
Declaration
public int HousingApplicationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingEndDate
Declaration
public DateTime? HousingEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
HousingStartDate
Declaration
public DateTime? HousingStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsAcademicYearOptionSelected
Declaration
public bool IsAcademicYearOptionSelected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramStartFromDate
Declaration
public DateTime? ProgramStartFromDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProgramStartToDate
Declaration
public DateTime? ProgramStartToDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
RoommmateMatchId
Declaration
public int RoommmateMatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StatusIdList
Declaration
public List<int> StatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentGroupId
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|