Click or drag to resize

CsvExporter Methods

The CsvExporter type exposes the following members.

Methods
  Name Description
Public method Dispose Releases all the resources used by the exporter.
(Inherited from ExporterBase)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the exporter and optionally releases the managed resources.
(Inherited from ExporterBase)
Public method Equals Determines whether the current exporter object is equal to obj.
(Inherited from ExporterBase)
Protected method Finalize Releases the unmanaged resources before the exporter is reclaimed by GC.
(Inherited from ExporterBase)
Public method FindExport Returns the Export for the specified exportName from the Exports.
(Inherited from ExporterBase)
Public method FindListener Returns the DataListener for the specified listenerName from the Listeners.
(Inherited from ExporterBase)
Protected method GetExportData Returns the current time-series data for the specified export organized by listener.
(Inherited from ExporterBase)
Protected method GetExportDataAsDataset Returns the current time-series data for the specified export in a DataSet.
(Inherited from ExporterBase)
Public method GetHashCode Returns the hash code for the current exporter object.
(Inherited from ExporterBase)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method OnExportProcessed Raises the ExportProcessed event.
(Inherited from ExporterBase)
Protected method OnExportProcessException Raises the ExportProcessException event.
(Inherited from ExporterBase)
Protected method OnStatusUpdate Raises the StatusUpdate event.
(Inherited from ExporterBase)
Protected method ProcessExport(Export) Processes the export using the current Data.
(Overrides ExporterBaseProcessExport(Export))
Public method ProcessExport(String) Processes Export with the specified exportName.
(Inherited from ExporterBase)
Protected method ProcessRealTimeData Handles the DataExtracted event for all the Listeners.
(Inherited from ExporterBase)
Protected method ProcessRealTimeExport Processes the export using the real-time data.
(Overrides ExporterBaseProcessRealTimeExport(Export, DataListener, IListIDataPoint))
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also