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

Inheritance: ProviderBase, ILogsProvider
Afficher le fichier Open project: PetersonDave/Andover

Méthodes publiques

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

Private Methods

Méthode Description
GetLogEntriesList ( ) : List

Method Details

DisposeProvider() public méthode

public DisposeProvider ( ) : void
Résultat void

GetLogEntriesWithKeyword() public méthode

public GetLogEntriesWithKeyword ( string keyword ) : List
keyword string
Résultat List

GetLogEntriesWithoutKeyword() public méthode

public GetLogEntriesWithoutKeyword ( string keyword ) : List
keyword string
Résultat List

GetLogEntrySummaryList() public méthode

public GetLogEntrySummaryList ( List logEntries ) : IEnumerable
logEntries List
Résultat IEnumerable

LogsProvider() public méthode

public LogsProvider ( string logsPath ) : System.Collections.Generic
logsPath string
Résultat System.Collections.Generic