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