C# 클래스 TailBlazer.Domain.FileHandling.Search.SearchInfoCollection

상속: ISearchInfoCollection
파일 보기 프로젝트 열기: RolandPheasant/TailBlazer

공개 메소드들

메소드 설명
Add ( [ searchText, bool useRegex ) : void
Dispose ( ) : void
Remove ( string searchText ) : void
SearchInfoCollection ( ICombinedSearchMetadataCollection combinedSearchMetadataCollection, ISearchMetadataFactory searchMetadataFactory, IFileWatcher fileWatcher ) : System

메소드 상세

Add() 공개 메소드

public Add ( [ searchText, bool useRegex ) : void
searchText [
useRegex bool
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( string searchText ) : void
searchText string
리턴 void

SearchInfoCollection() 공개 메소드

public SearchInfoCollection ( ICombinedSearchMetadataCollection combinedSearchMetadataCollection, ISearchMetadataFactory searchMetadataFactory, IFileWatcher fileWatcher ) : System
combinedSearchMetadataCollection ICombinedSearchMetadataCollection
searchMetadataFactory ISearchMetadataFactory
fileWatcher IFileWatcher
리턴 System