Class HousingApplicationRoommateMatchingStudent
Inheritance
System.Object
HousingApplicationRoommateMatchingStudent
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()
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingApplicationRoommateMatchingStudent
Constructors
HousingApplicationRoommateMatchingStudent()
Declaration
public HousingApplicationRoommateMatchingStudent()
Properties
HousingApplicationId
Declaration
public int HousingApplicationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingPeriodFromDate
Declaration
public DateTime HousingPeriodFromDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
HousingPeriodToDate
Declaration
public DateTime HousingPeriodToDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsEligible
Declaration
public bool IsEligible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsExisting
Declaration
public bool IsExisting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFeePaid
Declaration
public bool IsFeePaid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPackaged
Declaration
public bool IsPackaged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Reason
Declaration
public string Reason { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|