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