Class StudentApplicantComment
Inheritance
System.Object
StudentApplicantComment
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 StudentApplicantComment
Constructors
StudentApplicantComment()
Declaration
public StudentApplicantComment()
Properties
HousingApplicationQuestionId
Declaration
public int HousingApplicationQuestionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HousingApplicationQuestionResponseId
Declaration
public int HousingApplicationQuestionResponseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Response
Declaration
public string Response { get; set; }
Property Value
Type | Description |
---|---|
System.String |