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