Class StudentApplicantAnswer
Inheritance
System.Object
StudentApplicantAnswer
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 StudentApplicantAnswer
Constructors
StudentApplicantAnswer()
Declaration
public StudentApplicantAnswer()
Properties
Answer
Declaration
public string Answer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
HousingApplicationQuestionId
Declaration
public int HousingApplicationQuestionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HousingDateId
Declaration
public int HousingDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HousingDescription
Declaration
public string HousingDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |