Class GetStudentHousingApplicantAnswersEventArgs
Represents arguments to GetStudentHousingApplicantAnswersEvent.
Inheritance
System.Object
GetStudentHousingApplicantAnswersEventArgs
Namespace: Cmc.Nexus.StudentServices.Events
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetStudentHousingApplicantAnswersEventArgs : ServiceEventArgs<GetStudentHousingApplicantAnswersRequest, GetStudentHousingApplicantAnswersResponse>
Constructors
GetStudentHousingApplicantAnswersEventArgs(GetStudentHousingApplicantAnswersRequest)
Initializes a new instance of the GetStudentHousingApplicantAnswersEventArgs class.
Declaration
public GetStudentHousingApplicantAnswersEventArgs(GetStudentHousingApplicantAnswersRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetStudentHousingApplicantAnswersRequest | request | The request. |