Class SaveHousingApplicationStudentListRequest
Represents the a request for the SaveHousingApplicationStudentListRequest method.
Inheritance
System.Object
SaveHousingApplicationStudentListRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class SaveHousingApplicationStudentListRequest
Constructors
SaveHousingApplicationStudentListRequest()
Declaration
public SaveHousingApplicationStudentListRequest()
Properties
HousingRoomStudentDetailList
Declaration
public ICollection<HousingRoomStudentDetail> HousingRoomStudentDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<HousingRoomStudentDetail> |
IsAcademicYearOptionSelected
Declaration
public bool IsAcademicYearOptionSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNewMatch
Declaration
public bool IsNewMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RemovedStudentIdList
Declaration
public ICollection<int> RemovedStudentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
RoommateMatchId
Declaration
public int RoommateMatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |