C# Класс Andover.Data.Logs.Provider.Chainsaw.Extensions.LogEntryListExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetLogEntriesWithKeyword ( this logEntries, string keyword ) : List
GetLogEntriesWithoutKeyword ( this logEntries, string keyword ) : List
GetLogEntrySummaryList ( this entries ) : IEnumerable

Описание методов

GetLogEntriesWithKeyword() публичный статический Метод

public static GetLogEntriesWithKeyword ( this logEntries, string keyword ) : List
logEntries this
keyword string
Результат List

GetLogEntriesWithoutKeyword() публичный статический Метод

public static GetLogEntriesWithoutKeyword ( this logEntries, string keyword ) : List
logEntries this
keyword string
Результат List

GetLogEntrySummaryList() публичный статический Метод

public static GetLogEntrySummaryList ( this entries ) : IEnumerable
entries this
Результат IEnumerable