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

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

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