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