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