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

Datei anzeigen Open project: PetersonDave/Andover

Public Methods

Method Description
GetLogEntriesWithKeyword ( this logEntries, string keyword ) : List
GetLogEntriesWithoutKeyword ( this logEntries, string keyword ) : List
GetLogEntrySummaryList ( this entries ) : IEnumerable

Method Details

GetLogEntriesWithKeyword() public static method

public static GetLogEntriesWithKeyword ( this logEntries, string keyword ) : List
logEntries this
keyword string
return List

GetLogEntriesWithoutKeyword() public static method

public static GetLogEntriesWithoutKeyword ( this logEntries, string keyword ) : List
logEntries this
keyword string
return List

GetLogEntrySummaryList() public static method

public static GetLogEntrySummaryList ( this entries ) : IEnumerable
entries this
return IEnumerable