C# 클래스 Andover.Data.Logs.Provider.LogsProvider

상속: ProviderBase, ILogsProvider
파일 보기 프로젝트 열기: PetersonDave/Andover

공개 메소드들

메소드 설명
DisposeProvider ( ) : void
GetLogEntriesWithKeyword ( string keyword ) : List
GetLogEntriesWithoutKeyword ( string keyword ) : List
GetLogEntrySummaryList ( List logEntries ) : IEnumerable
LogsProvider ( string logsPath ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetLogEntriesList ( ) : List

메소드 상세

DisposeProvider() 공개 메소드

public DisposeProvider ( ) : void
리턴 void

GetLogEntriesWithKeyword() 공개 메소드

public GetLogEntriesWithKeyword ( string keyword ) : List
keyword string
리턴 List

GetLogEntriesWithoutKeyword() 공개 메소드

public GetLogEntriesWithoutKeyword ( string keyword ) : List
keyword string
리턴 List

GetLogEntrySummaryList() 공개 메소드

public GetLogEntrySummaryList ( List logEntries ) : IEnumerable
logEntries List
리턴 IEnumerable

LogsProvider() 공개 메소드

public LogsProvider ( string logsPath ) : System.Collections.Generic
logsPath string
리턴 System.Collections.Generic