C# Class GSF.Historian.Exporters.ExportSetting

Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ExportSetting class.
public ExportSetting ( ) : System
Résultat System

ExportSetting() public méthode

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 .
Résultat System