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