C# 클래스 GSF.Historian.Exporters.ExportRecord

상속: IComparable
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
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