C# Class Andover.Data.Logs.Provider.LogsProvider

Inheritance: ProviderBase, ILogsProvider
Datei anzeigen Open project: PetersonDave/Andover

Public Methods

Method Description
DisposeProvider ( ) : void
GetLogEntriesWithKeyword ( string keyword ) : List
GetLogEntriesWithoutKeyword ( string keyword ) : List
GetLogEntrySummaryList ( List logEntries ) : IEnumerable
LogsProvider ( string logsPath ) : System.Collections.Generic

Private Methods

Method Description
GetLogEntriesList ( ) : List

Method Details

DisposeProvider() public method

public DisposeProvider ( ) : void
return void

GetLogEntriesWithKeyword() public method

public GetLogEntriesWithKeyword ( string keyword ) : List
keyword string
return List

GetLogEntriesWithoutKeyword() public method

public GetLogEntriesWithoutKeyword ( string keyword ) : List
keyword string
return List

GetLogEntrySummaryList() public method

public GetLogEntrySummaryList ( List logEntries ) : IEnumerable
logEntries List
return IEnumerable

LogsProvider() public method

public LogsProvider ( string logsPath ) : System.Collections.Generic
logsPath string
return System.Collections.Generic