Method | Description | |
---|---|---|
CompareTo ( object obj ) : int |
Compares the current ExportRecord object to obj.
|
|
Equals ( object obj ) : bool |
Determines whether the current ExportRecord object is equal to obj.
|
|
ExportRecord ( ) : System |
Initializes a new instance of the ExportRecord class.
|
|
ExportRecord ( string instance, int identifier ) : System |
Initializes a new instance of the ExportRecord class.
|
|
GetHashCode ( ) : int |
Returns the hash code for the current ExportRecord object.
|
public CompareTo ( object obj ) : int | ||
obj | object | Object against which the current |
return | int |
public Equals ( object obj ) : bool | ||
obj | object | Object against which the current |
return | bool |
public ExportRecord ( string instance, int identifier ) : System | ||
instance | string | Name of the historian instance providing the time-series data. |
identifier | int | Historian identifier of the |
return | System |