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