C# Class GSF.SELEventParser.EventFile

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

Méthodes publiques

Méthode Description
Add ( CommaSeparatedEventReport commaSeparatedEventReport ) : void
Add ( GSF.SELEventParser.EventHistory eventHistory ) : void
Add ( EventReport eventReport ) : void
EventFile ( ) : System
Parse ( string filename ) : EventFile
Remove ( CommaSeparatedEventReport commaSeparatedEventReport ) : bool
Remove ( GSF.SELEventParser.EventHistory eventHistory ) : bool
Remove ( EventReport eventReport ) : bool
SkipBlanks ( string lines, int &index ) : void
TryParseDateTime ( string dateTimeString, System.DateTime &dateTime ) : bool

Private Methods

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

Method Details

Add() public méthode

public Add ( CommaSeparatedEventReport commaSeparatedEventReport ) : void
commaSeparatedEventReport CommaSeparatedEventReport
Résultat void

Add() public méthode

public Add ( GSF.SELEventParser.EventHistory eventHistory ) : void
eventHistory GSF.SELEventParser.EventHistory
Résultat void

Add() public méthode

public Add ( EventReport eventReport ) : void
eventReport EventReport
Résultat void

EventFile() public méthode

public EventFile ( ) : System
Résultat System

Parse() public static méthode

public static Parse ( string filename ) : EventFile
filename string
Résultat EventFile

Remove() public méthode

public Remove ( CommaSeparatedEventReport commaSeparatedEventReport ) : bool
commaSeparatedEventReport CommaSeparatedEventReport
Résultat bool

Remove() public méthode

public Remove ( GSF.SELEventParser.EventHistory eventHistory ) : bool
eventHistory GSF.SELEventParser.EventHistory
Résultat bool

Remove() public méthode

public Remove ( EventReport eventReport ) : bool
eventReport EventReport
Résultat bool

SkipBlanks() public static méthode

public static SkipBlanks ( string lines, int &index ) : void
lines string
index int
Résultat void

TryParseDateTime() public static méthode

public static TryParseDateTime ( string dateTimeString, System.DateTime &dateTime ) : bool
dateTimeString string
dateTime System.DateTime
Résultat bool