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