Class SaveHousingRoommateMatchRequest
Inheritance
System.Object
SaveHousingRoommateMatchRequest
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class SaveHousingRoommateMatchRequest : ServiceRequest
Constructors
SaveHousingRoommateMatchRequest()
Declaration
public SaveHousingRoommateMatchRequest()
Properties
HousingApplicationId
Declaration
public int HousingApplicationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingRoommateMatchCriteriaDetail
Declaration
public HousingRoommateMatchCriteriaDetailEntity HousingRoommateMatchCriteriaDetail { get; set; }
Property Value
HousingRoommateMatchDetail
Declaration
public HousingRoommateMatchEntity HousingRoommateMatchDetail { get; set; }
Property Value
HousingRoommateMatchId
Declaration
public int HousingRoommateMatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingRoommateMatchQuestionDetailList
Declaration
public Collection<HousingRoommateMatchQuestionEntity> HousingRoommateMatchQuestionDetailList { get; set; }
Property Value
HousingStudentDetailList
Declaration
public Collection<HousingStudentDetail> HousingStudentDetailList { get; set; }
Property Value
LeaseEndDate
Declaration
public DateTime LeaseEndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LeaseStartDate
Declaration
public DateTime LeaseStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
SchoolStatusIdList
Declaration
public Collection<int> SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.Collection<System.Int32> |
|