C# 클래스 TailBlazer.Views.Recent.RecentSearchCollection

상속: IRecentSearchCollection, IDisposable
파일 보기 프로젝트 열기: RolandPheasant/TailBlazer

공개 메소드들

메소드 설명
Add ( RecentSearch file ) : void
Dispose ( ) : void
RecentSearchCollection ( ILogger logger, ISetting setting ) : System
Remove ( RecentSearch file ) : void

메소드 상세

Add() 공개 메소드

public Add ( RecentSearch file ) : void
file RecentSearch
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RecentSearchCollection() 공개 메소드

public RecentSearchCollection ( ILogger logger, ISetting setting ) : System
logger ILogger
setting ISetting
리턴 System

Remove() 공개 메소드

public Remove ( RecentSearch file ) : void
file RecentSearch
리턴 void