C# Class Vidyano.ViewModel.StoreQuery

Inheritance: Query
Afficher le fichier Open project: stevehansen/vidyano_v1 Class Usage Examples

Méthodes publiques

Méthode Description
RefreshQueryAsync ( ) : System.Threading.Tasks.Task
SearchTextAsync ( string text ) : System.Threading.Tasks.Task

Private Methods

Méthode 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 méthode

public RefreshQueryAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SearchTextAsync() public méthode

public SearchTextAsync ( string text ) : System.Threading.Tasks.Task
text string
Résultat System.Threading.Tasks.Task