C# 클래스 GSF.SELEventParser.EventReport

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ParseEventNumber ( string lines, int &index ) : int

메소드 상세

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 ) : EventReport
lines string
index int
리턴 EventReport

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