A class that can be used to define the time-series data to be exported for an Export.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class ExportRecord : IComparable
<SerializableAttribute> _ Public Class ExportRecord _ Implements IComparable
[SerializableAttribute] public ref class ExportRecord : IComparable
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
ExportRecord()()() |
Initializes a new instance of the ExportRecord class.
| |
ExportRecord(String, Int32) |
Initializes a new instance of the ExportRecord class.
| |
CompareTo(Object) |
Compares the current ExportRecord object to obj.
| |
Equals(Object) |
Determines whether the current ExportRecord object is equal to obj.
(Overrides Object.Equals(Object).) | |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()() |
Returns the hash code for the current ExportRecord object.
(Overrides Object.GetHashCode()()().) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Identifier |
Gets or sets the historian identifier of the Instance whose time-series data is to be exported.
| |
Instance |
Gets or sets the name of the historian instance providing the time-series data.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
ExportRecord |
See Also