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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the current Export object is equal to obj.

Export ( ) : System

Initializes a new instance of the Export class.

FindRecord ( string instance, int identifier ) : ExportRecord

Returns the ExportRecord for the specified instance and identifier from the Records.

FindRecords ( string instance ) : IList

Returns the ExportRecords for the specified instance from the Records.

FindSetting ( string settingName ) : ExportSetting

Returns the ExportSetting for the specified settingName from the Settings.

GetHashCode ( ) : int

Returns the hash code for the current Export object.

ShouldProcess ( ) : bool

Determines if it is time to process the Export if its Type is ExportType.Intervaled.

메소드 상세

Equals() 공개 메소드

Determines whether the current Export 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

Export() 공개 메소드

Initializes a new instance of the Export class.
public Export ( ) : System
리턴 System

FindRecord() 공개 메소드

Returns the ExportRecord for the specified instance and identifier from the Records.
public FindRecord ( string instance, int identifier ) : ExportRecord
instance string name of the to be retrieved.
identifier int of the to be retrieved.
리턴 ExportRecord

FindRecords() 공개 메소드

Returns the ExportRecords for the specified instance from the Records.
public FindRecords ( string instance ) : IList
instance string name of the s to be retrieved.
리턴 IList

FindSetting() 공개 메소드

Returns the ExportSetting for the specified settingName from the Settings.
public FindSetting ( string settingName ) : ExportSetting
settingName string of the to be retrieved.
리턴 ExportSetting

GetHashCode() 공개 메소드

Returns the hash code for the current Export object.
public GetHashCode ( ) : int
리턴 int

ShouldProcess() 공개 메소드

Determines if it is time to process the Export if its Type is ExportType.Intervaled.
public ShouldProcess ( ) : bool
리턴 bool