Click or drag to resize

Vovin.CmcLibNet.Export Namespace

Contains the export methods.
Classes
  ClassDescription
Public classExportCompleteArgs
Passed when export has completed.
Public classExportEngine
Export engine for exporting data from Commence.
Public classExportProgressChangedArgs
ExportProgressAsStringChangedArgs class. Reports export progress and data to outside the assembly.
Public classExportSettings
Class to hold export settings for export engine.
Interfaces
  InterfaceDescription
Public interfaceIExportCompleteArgs
Interface for ExportCompleted, primarily for use with COM Interop.
Public interfaceIExportEngine
interface for ExportEngine.
Public interfaceIExportEngineCOMEvents
Interface for COM clients to implement events raised by this asssembly.
Public interfaceIExportEngineEvents
Interface for exposing events.
Public interfaceIExportProgressChangedArgs
Interface for ExportProgressChanged, primarily for use with COM Interop.
Public interfaceIExportSettings
Interface for ExportSettings.
Delegates
  DelegateDescription
Public delegateExportCompletedHandler
Delegate for the ExportCompleted event to deal with batches of rows. For use by external assemblies.
Public delegateExportProgressChangedHandler
Delegate for the ExportProgressChanged event to deal with batches of rows. For use by external assemblies.
Enumerations
  EnumerationDescription
Public enumerationExcelUpdateOptions
Enum specifying the update options for exporting to Excel
Public enumerationExportFormat
Enum specifying the export format.
Public enumerationHeaderMode
Enum specifying what headers (or nodenames) to use.