C# Class Andover.Data.Logs.Provider.Chainsaw.Extensions.LogEntryListExtensions

Afficher le fichier Open project: PetersonDave/Andover

Méthodes publiques

Méthode Description
GetLogEntriesWithKeyword ( this logEntries, string keyword ) : List
GetLogEntriesWithoutKeyword ( this logEntries, string keyword ) : List
GetLogEntrySummaryList ( this entries ) : IEnumerable

Method Details

GetLogEntriesWithKeyword() public static méthode

public static GetLogEntriesWithKeyword ( this logEntries, string keyword ) : List
logEntries this
keyword string
Résultat List

GetLogEntriesWithoutKeyword() public static méthode

public static GetLogEntriesWithoutKeyword ( this logEntries, string keyword ) : List
logEntries this
keyword string
Résultat List

GetLogEntrySummaryList() public static méthode

public static GetLogEntrySummaryList ( this entries ) : IEnumerable
entries this
Résultat IEnumerable