C# Class GSF.SELEventParser.CommaSeparatedEventReport

Show file Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
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

Method Details

CommaSeparatedEventReport() public method

public CommaSeparatedEventReport ( ) : System
return System

GetControlEquations() public method

public GetControlEquations ( string key ) : string
key string
return string

GetGlobalSettings() public method

public GetGlobalSettings ( string key ) : string
key string
return string

GetGroupSettings() public method

public GetGroupSettings ( string key ) : string
key string
return string

Parse() public static method

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

SetControlEquations() public method

public SetControlEquations ( string key, string value ) : void
key string
value string
return void

SetGlobalSetting() public method

public SetGlobalSetting ( string key, string value ) : void
key string
value string
return void

SetGroupSetting() public method

public SetGroupSetting ( string key, string value ) : void
key string
value string
return void