Class HousingRoomStudentDetail
Inheritance
System.Object
HousingRoomStudentDetail
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 HousingRoomStudentDetail
Constructors
HousingRoomStudentDetail()
Declaration
public HousingRoomStudentDetail()
Properties
BuildingRoomId
Declaration
public int BuildingRoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StudentApplicationId
Declaration
public int StudentApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |