Class HousingApplicationStudentAnswerServiceBase
Abstract base class - HousingApplicationStudentAnswerServiceBase
Inheritance
System.Object
HousingApplicationStudentAnswerServiceBase
Implements
Cmc.Core.ServiceModel.IService
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public abstract class HousingApplicationStudentAnswerServiceBase : EntityService<HousingApplicationStudentAnswerEntity>, IHousingApplicationStudentAnswerService, IEntityService<HousingApplicationStudentAnswerEntity>, IService
Constructors
HousingApplicationStudentAnswerServiceBase()
Declaration
protected HousingApplicationStudentAnswerServiceBase()
Methods
GetHousingApplicantStudentAnswers(GetStudentHousingApplicantAnswersRequest)
Declaration
public virtual GetStudentHousingApplicantAnswersResponse GetHousingApplicantStudentAnswers(GetStudentHousingApplicantAnswersRequest request)
Parameters
Returns
SaveApplicantApplicationAnswer(SaveApplicantApplicationAnswersRequest)
Declaration
public virtual SaveApplicantApplicationAnswersResponse SaveApplicantApplicationAnswer(SaveApplicantApplicationAnswersRequest request)
Parameters
Returns
SaveHousingApplicationStudentAnswers(SaveHousingApplicationStudentAnswersRequest)
Declaration
public virtual SaveHousingApplicationStudentAnswersResponse SaveHousingApplicationStudentAnswers(SaveHousingApplicationStudentAnswersRequest request)
Parameters
Returns
UpdateHousingApplicationStudentAnswers(UpdateHousingApplicationStudentAnswersRequest)
Declaration
public virtual UpdateHousingApplicationStudentAnswersResponse UpdateHousingApplicationStudentAnswers(UpdateHousingApplicationStudentAnswersRequest request)
Parameters
Returns
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService