C# Class RavenFS.Studio.Models.SearchPageModel

Inheritance: PageModel
显示文件 Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
ClearSearchError ( ) : void
SearchPageModel ( ) : System

Protected Methods

Method Description
OnViewLoaded ( ) : void

Private Methods

Method Description
CreateSearchClauseBuilders ( ) : void
HandleBuilderAddSearchClause ( string clause ) : void
HandleSearch ( ) : void
HandleSearchError ( object sender, SearchErrorEventArgs e ) : void
TryExtractMessageFromJSONError ( string errorText ) : string

Method Details

ClearSearchError() public method

public ClearSearchError ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( ) : void
return void

SearchPageModel() public method

public SearchPageModel ( ) : System
return System