Click or drag to resize

ExporterBase Methods

The ExporterBase type exposes the following members.

Methods
  Name Description
Public method Static member DatasetTemplate Returns a template DataSet that can be used for storing time-series data in a tabular format.
Public method Dispose Releases all the resources used by the exporter.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the exporter and optionally releases the managed resources.
Public method Equals Determines whether the current exporter object is equal to obj.
(Overrides ObjectEquals(Object))
Protected method Finalize Releases the unmanaged resources before the exporter is reclaimed by GC.
(Overrides ObjectFinalize)
Public method FindExport Returns the Export for the specified exportName from the Exports.
Public method FindListener Returns the DataListener for the specified listenerName from the Listeners.
Protected method GetExportData Returns the current time-series data for the specified export organized by listener.
Protected method GetExportDataAsDataset Returns the current time-series data for the specified export in a DataSet.
Public method GetHashCode Returns the hash code for the current exporter object.
(Overrides ObjectGetHashCode)
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.
Protected method OnExportProcessException Raises the ExportProcessException event.
Protected method OnStatusUpdate Raises the StatusUpdate event.
Protected method ProcessExport(Export) When overridden in a derived class, processes the export using the current Data.
Public method ProcessExport(String) Processes Export with the specified exportName.
Protected method ProcessRealTimeData Handles the DataExtracted event for all the Listeners.
Protected method ProcessRealTimeExport When overridden in a derived class, processes the export using the real-time data.
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