C# Class GSF.SELEventParser.EventReport

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

Méthodes publiques

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

Private Methods

Méthode Description
ParseEventNumber ( string lines, int &index ) : int

Method Details

GetControlEquations() public méthode

public GetControlEquations ( string key ) : string
key string
Résultat string

GetGlobalSettings() public méthode

public GetGlobalSettings ( string key ) : string
key string
Résultat string

GetGroupSettings() public méthode

public GetGroupSettings ( string key ) : string
key string
Résultat string

Parse() public static méthode

public static Parse ( string lines, int &index ) : EventReport
lines string
index int
Résultat EventReport

SetControlEquations() public méthode

public SetControlEquations ( string key, string value ) : void
key string
value string
Résultat void

SetGlobalSetting() public méthode

public SetGlobalSetting ( string key, string value ) : void
key string
value string
Résultat void

SetGroupSetting() public méthode

public SetGroupSetting ( string key, string value ) : void
key string
value string
Résultat void