C# Class LogFileViewer.Filters.TimestampMatching

Mostrar archivo Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
IsMatch ( System.DateTime time ) : bool
Save ( Stream stream ) : void
TimestampMatching ( Stream stream ) : System
TimestampMatching ( TimestampMatchingMode mode, System.DateTime first, System.DateTime second ) : System
ToString ( ) : string

Method Details

IsMatch() public method

public IsMatch ( System.DateTime time ) : bool
time System.DateTime
return bool

Save() public method

public Save ( Stream stream ) : void
stream Stream
return void

TimestampMatching() public method

public TimestampMatching ( Stream stream ) : System
stream Stream
return System

TimestampMatching() public method

public TimestampMatching ( TimestampMatchingMode mode, System.DateTime first, System.DateTime second ) : System
mode TimestampMatchingMode
first System.DateTime
second System.DateTime
return System

ToString() public method

public ToString ( ) : string
return string