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

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

공개 메소드들

메소드 설명
ExportSetting ( ) : System

Initializes a new instance of the ExportSetting class.

ExportSetting ( string name, string value ) : System

Initializes a new instance of the ExportSetting class.

메소드 상세

ExportSetting() 공개 메소드

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

ExportSetting() 공개 메소드

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 .
리턴 System