Partager via


MobileServiceLocalStore Classe

Définition

Implémentation de base pour IMobileServiceLocalStore

public abstract class MobileServiceLocalStore : IDisposable, Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore
type MobileServiceLocalStore = class
    interface IMobileServiceLocalStore
    interface IDisposable
Public MustInherit Class MobileServiceLocalStore
Implements IDisposable, IMobileServiceLocalStore
Héritage
MobileServiceLocalStore
Dérivé
Implémente

Constructeurs

MobileServiceLocalStore()

Implémentation de base pour IMobileServiceLocalStore

Propriétés

Initialized

Indique si le magasin a été initialisé ou non.

Méthodes

DefineTable(String, JObject)

Définit la table locale sur le magasin.

DeleteAsync(MobileServiceTableQueryDescription)

Supprime tous les éléments de la table locale qui correspondent à la requête.

DeleteAsync(String, IEnumerable<String>)

Supprime des éléments de la table locale avec la liste d’ID donnée

Dispose()

Supprimer le instance

Dispose(Boolean)

Exécuté pour propre des ressources

EnsureInitialized()

Lève une exception si le magasin n’est pas initialisé.

InitializeAsync()

Initialise le magasin pour l’utiliser.

LookupAsync(String, String)

Lit un seul élément de la table locale avec l’ID spécifié.

OnInitialize()

Exécuté lorsque Initilize est appelé sur le magasin instance.

ReadAsync(MobileServiceTableQueryDescription)

Lit les données de la table locale en exécutant la requête.

UpsertAsync(String, IEnumerable<JObject>, Boolean)

Mises à jour ou insère des données dans une table locale.

S’applique à