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