C# Class Vidyano.ViewModel.StoreQuery

Inheritance: Query
Mostra file Open project: stevehansen/vidyano_v1 Class Usage Examples

Public Methods

Method Description
RefreshQueryAsync ( ) : System.Threading.Tasks.Task
SearchTextAsync ( string text ) : System.Threading.Tasks.Task

Private Methods

Method Description
SelectedItems_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
SetResult ( Newtonsoft.Json.Linq.JObject result ) : void
StoreQuery ( Newtonsoft.Json.Linq.JObject model, PersistentObject parent = null, bool asLookup = false ) : System.Collections.Specialized

Method Details

RefreshQueryAsync() public method

public RefreshQueryAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SearchTextAsync() public method

public SearchTextAsync ( string text ) : System.Threading.Tasks.Task
text string
return System.Threading.Tasks.Task