C# Class GSF.Historian.Exporters.ExportRecord

Inheritance: IComparable
显示文件 Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

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.

Method Details

CompareTo() public method

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

Equals() public method

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.
return bool

ExportRecord() public method

Initializes a new instance of the ExportRecord class.
public ExportRecord ( ) : System
return System

ExportRecord() public method

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.
return System

GetHashCode() public method

Returns the hash code for the current ExportRecord object.
public GetHashCode ( ) : int
return int