Click or drag to resize

ExportRecord Class

A class that can be used to define the time-series data to be exported for an Export.
Inheritance Hierarchy
SystemObject
  GSF.Historian.ExportersExportRecord

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[SerializableAttribute]
public class ExportRecord : IComparable
View Source

The ExportRecord type exposes the following members.

Constructors
 NameDescription
Public methodExportRecord Initializes a new instance of the ExportRecord class.
Public methodExportRecord(String, Int32) Initializes a new instance of the ExportRecord class.
Top
Properties
 NameDescription
Public propertyIdentifier Gets or sets the historian identifier of the Instance whose time-series data is to be exported.
Public propertyInstance Gets or sets the name of the historian instance providing the time-series data.
Top
Methods
 NameDescription
Public methodCompareTo Compares the current ExportRecord object to obj.
Public methodEquals Determines whether the current ExportRecord object is equal to obj.
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode Returns the hash code for the current ExportRecord object.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also