C# 클래스 Andover.Data.Logs.Provider.Chainsaw.Extensions.LogEntryListExtensions

파일 보기 프로젝트 열기: PetersonDave/Andover

공개 메소드들

메소드 설명
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