C# Class Summa.Data.Search

Inheritance: Summa.Data.ISource
Show file Open project: wfarr/newskit Class Usage Examples

Public Methods

Method Description
AddSearchTerm ( string property, string val ) : void
AppendTag ( string tag ) : void
MarkItemsRead ( ) : void
RemoveTag ( string tag ) : void
Search ( string searchuri ) : System
Update ( ) : bool

Method Details

AddSearchTerm() public method

public AddSearchTerm ( string property, string val ) : void
property string
val string
return void

AppendTag() public method

public AppendTag ( string tag ) : void
tag string
return void

MarkItemsRead() public method

public MarkItemsRead ( ) : void
return void

RemoveTag() public method

public RemoveTag ( string tag ) : void
tag string
return void

Search() public method

public Search ( string searchuri ) : System
searchuri string
return System

Update() public method

public Update ( ) : bool
return bool