C# Class GSF.Historian.Exporters.ExportRecord

Inheritance: IComparable
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

CompareTo() public méthode

Compares the current ExportRecord object to obj.
public CompareTo ( object obj ) : int
obj object Object against which the current object is to be compared.
Résultat int

Equals() public méthode

Determines whether the current ExportRecord object is equal to obj.
public Equals ( object obj ) : bool
obj object Object against which the current object is to be compared for equality.
Résultat bool

ExportRecord() public méthode

Initializes a new instance of the ExportRecord class.
public ExportRecord ( ) : System
Résultat System

ExportRecord() public méthode

Initializes a new instance of the ExportRecord class.
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 whose time-series data is to be exported.
Résultat System

GetHashCode() public méthode

Returns the hash code for the current ExportRecord object.
public GetHashCode ( ) : int
Résultat int