C# Class TailBlazer.Views.Searching.SearchHints

Inheritance: AbstractNotifyPropertyChanged, IDisposable, IDataErrorInfo
Mostra file Open project: RolandPheasant/TailBlazer Class Usage Examples

Private Properties

Property Type Description
BuildFilter bool>.Func

Public Methods

Method Description
Dispose ( ) : void
SearchHints ( IRecentSearchCollection recentSearchCollection, ISchedulerProvider schedulerProvider ) : System
this ( string columnName ) : stringIDataErrorInfo.System

Private Methods

Method Description
BuildFilter ( string searchText ) : bool>.Func

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SearchHints() public method

public SearchHints ( IRecentSearchCollection recentSearchCollection, ISchedulerProvider schedulerProvider ) : System
recentSearchCollection IRecentSearchCollection
schedulerProvider ISchedulerProvider
return System

this() public method

public this ( string columnName ) : stringIDataErrorInfo.System
columnName string
return stringIDataErrorInfo.System