C# Класс GSF.Historian.Exporters.ExportRecord

Наследование: IComparable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

CompareTo() публичный Метод

Compares the current ExportRecord object to obj.
public CompareTo ( object obj ) : int
obj object Object against which the current object is to be compared.
Результат int

Equals() публичный Метод

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.
Результат bool

ExportRecord() публичный Метод

Initializes a new instance of the ExportRecord class.
public ExportRecord ( ) : System
Результат System

ExportRecord() публичный Метод

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.
Результат System

GetHashCode() публичный Метод

Returns the hash code for the current ExportRecord object.
public GetHashCode ( ) : int
Результат int