Class HousingStudentDetail
Inheritance
System.Object
HousingStudentDetail
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 HousingStudentDetail
Constructors
HousingStudentDetail()
Declaration
public HousingStudentDetail()
Properties
ApplicationId
Declaration
public int ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsExisting
Declaration
public bool IsExisting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStudentAdded
Declaration
public bool IsStudentAdded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |