C# Class GSF.SELEventParser.EventFile

Show file Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method 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

Method Description
ParseCommand ( string lines, int &index ) : string

Method Details

Add() public method

public Add ( CommaSeparatedEventReport commaSeparatedEventReport ) : void
commaSeparatedEventReport CommaSeparatedEventReport
return void

Add() public method

public Add ( GSF.SELEventParser.EventHistory eventHistory ) : void
eventHistory GSF.SELEventParser.EventHistory
return void

Add() public method

public Add ( EventReport eventReport ) : void
eventReport EventReport
return void

EventFile() public method

public EventFile ( ) : System
return System

Parse() public static method

public static Parse ( string filename ) : EventFile
filename string
return EventFile

Remove() public method

public Remove ( CommaSeparatedEventReport commaSeparatedEventReport ) : bool
commaSeparatedEventReport CommaSeparatedEventReport
return bool

Remove() public method

public Remove ( GSF.SELEventParser.EventHistory eventHistory ) : bool
eventHistory GSF.SELEventParser.EventHistory
return bool

Remove() public method

public Remove ( EventReport eventReport ) : bool
eventReport EventReport
return bool

SkipBlanks() public static method

public static SkipBlanks ( string lines, int &index ) : void
lines string
index int
return void

TryParseDateTime() public static method

public static TryParseDateTime ( string dateTimeString, System.DateTime &dateTime ) : bool
dateTimeString string
dateTime System.DateTime
return bool