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