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