C# Class GSF.Historian.Exporters.ExportSetting

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

Public Methods

Method Description
ExportSetting ( ) : System

Initializes a new instance of the ExportSetting class.

ExportSetting ( string name, string value ) : System

Initializes a new instance of the ExportSetting class.

Method Details

ExportSetting() public method

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

ExportSetting() public method

Initializes a new instance of the ExportSetting class.
public ExportSetting ( string name, string value ) : System
name string Name of the .
value string Value of the .
return System