C# 클래스 Summa.Data.Search

상속: Summa.Data.ISource
파일 보기 프로젝트 열기: wfarr/newskit 1 사용 예제들

공개 메소드들

메소드 설명
AddSearchTerm ( string property, string val ) : void
AppendTag ( string tag ) : void
MarkItemsRead ( ) : void
RemoveTag ( string tag ) : void
Search ( string searchuri ) : System
Update ( ) : bool

메소드 상세

AddSearchTerm() 공개 메소드

public AddSearchTerm ( string property, string val ) : void
property string
val string
리턴 void

AppendTag() 공개 메소드

public AppendTag ( string tag ) : void
tag string
리턴 void

MarkItemsRead() 공개 메소드

public MarkItemsRead ( ) : void
리턴 void

RemoveTag() 공개 메소드

public RemoveTag ( string tag ) : void
tag string
리턴 void

Search() 공개 메소드

public Search ( string searchuri ) : System
searchuri string
리턴 System

Update() 공개 메소드

public Update ( ) : bool
리턴 bool