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