MobileServiceLocalStore クラス

定義

の基本実装 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
継承
MobileServiceLocalStore
派生
実装

コンストラクター

MobileServiceLocalStore()

の基本実装 IMobileServiceLocalStore

プロパティ

Initialized

ストアが初期化されているかどうかを示します。

メソッド

DefineTable(String, JObject)

ストア上のローカル テーブルを定義します。

DeleteAsync(MobileServiceTableQueryDescription)

クエリに一致するすべての項目をローカル テーブルから削除します。

DeleteAsync(String, IEnumerable<String>)

指定された ID の一覧を含む項目をローカル テーブルから削除します

Dispose()

インスタンスを破棄する

Dispose(Boolean)

リソースをクリーンするために実行されます

EnsureInitialized()

ストアが初期化されていない場合は例外をスローします。

InitializeAsync()

使用するストアを初期化します。

LookupAsync(String, String)

指定した ID を持つローカル テーブルから 1 つの項目を読み取ります。

OnInitialize()

ストア インスタンスで Initilize が呼び出されたときに実行されます。

ReadAsync(MobileServiceTableQueryDescription)

クエリを実行して、ローカル テーブルからデータを読み取ります。

UpsertAsync(String, IEnumerable<JObject>, Boolean)

ローカル テーブルにデータを更新または挿入します。

適用対象