C# 클래스 GSF.SELEventParser.CommaSeparatedEventReport

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

공개 메소드들

메소드 설명
CommaSeparatedEventReport ( ) : System
GetControlEquations ( string key ) : string
GetGlobalSettings ( string key ) : string
GetGroupSettings ( string key ) : string
Parse ( string lines, int &index ) : CommaSeparatedEventReport
SetControlEquations ( string key, string value ) : void
SetGlobalSetting ( string key, string value ) : void
SetGroupSetting ( string key, string value ) : void

메소드 상세

CommaSeparatedEventReport() 공개 메소드

public CommaSeparatedEventReport ( ) : System
리턴 System

GetControlEquations() 공개 메소드

public GetControlEquations ( string key ) : string
key string
리턴 string

GetGlobalSettings() 공개 메소드

public GetGlobalSettings ( string key ) : string
key string
리턴 string

GetGroupSettings() 공개 메소드

public GetGroupSettings ( string key ) : string
key string
리턴 string

Parse() 공개 정적인 메소드

public static Parse ( string lines, int &index ) : CommaSeparatedEventReport
lines string
index int
리턴 CommaSeparatedEventReport

SetControlEquations() 공개 메소드

public SetControlEquations ( string key, string value ) : void
key string
value string
리턴 void

SetGlobalSetting() 공개 메소드

public SetGlobalSetting ( string key, string value ) : void
key string
value string
리턴 void

SetGroupSetting() 공개 메소드

public SetGroupSetting ( string key, string value ) : void
key string
value string
리턴 void