Class GetStudentHousingApplicantAnswersResponse
Represents the response for the GetHousingApplicantStudentAnswers method.
Inheritance
System.Object
GetStudentHousingApplicantAnswersResponse
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetStudentHousingApplicantAnswersResponse : ServiceResponse
Constructors
GetStudentHousingApplicantAnswersResponse()
Declaration
public GetStudentHousingApplicantAnswersResponse()
Properties
StudentApplicantAnswers
Declaration
public ICollection<StudentApplicantAnswer> StudentApplicantAnswers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentApplicantAnswer> |
StudentApplicantComments
Declaration
public ICollection<StudentApplicantComment> StudentApplicantComments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentApplicantComment> |