Microsoft.WindowsAzure.MobileServices 名前空間
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クラス
CreatedAtAttribute |
__createdAt システム プロパティを表す型のメンバーに適用される属性。 |
DataTableAttribute |
表す Mobile Service テーブルを指定するために型に適用される属性。 |
DeletedAttribute |
__deleted システム プロパティを表す型のメンバーに適用される属性。 |
LoadingCompleteEventArgs |
読み込まれた状態変更イベント引数を表します。 |
MobileServiceClient |
Microsoft Azure Mobile Service への基本的なアクセスを提供します。 |
MobileServiceClientExtensions |
に拡張メソッドを提供します MobileServiceClient。 |
MobileServiceCollection<T> |
ListView、GridView、ListBox などの XAML コレクション制御によって簡単に使用できるようにモバイル サービスのクエリ結果をラップできる非同期データ ソースです。 |
MobileServiceCollection<TTable,TCollection> |
ListView、GridView、ListBox などの XAML コレクション制御によって簡単に使用できるようにモバイル サービスのクエリ結果をラップできる非同期データ ソースです。 |
MobileServiceCollectionExtensions |
IMobileServiceTableQuery`1{T} と IMobileServiceTable`1{T} の拡張メソッドを提供して、そのメソッドをコレクションにラップします。 |
MobileServiceConflictException |
http 応答の詳細と状態コード 'Conflict' を提供します |
MobileServiceConflictException<T> |
http 応答の詳細と状態コード 'Conflict' を提供します |
MobileServiceContractResolver |
Newtonsoft.Json.Serialization.IContractResolver で使用される MobileServiceClient の実装です。 |
MobileServiceInvalidOperationException |
モバイル サービス固有の無効な操作の詳細を表示します。 |
MobileServiceIsoDateTimeConverter |
シリアル化時には ToUniversalTime を、シリアル化解除時には ToLocalTime を呼び出すことで、DateTime オブジェクトと DateTimeOffset オブジェクトを UTC 日時に変換して ISO 文字列表記を作成します。 |
MobileServiceJsonSerializerSettings |
MobileServiceClient で使用する JSON シリアライザーの設定。 |
MobileServiceODataException |
OData クエリの解析における例外を表す例外の種類。 |
MobileServicePrecisionCheckConverter |
Newtonsoft.Json.JsonConverter、Int64、および UInt64 プロパティ型と共に使用される Decimal の実装で、値がシリアル化されてサーバーに送信されるときに有効桁数が失われない場合にのみ値を書き込みます。 |
MobileServicePreconditionFailedException |
状態コード 'Precondition Failed' を使用して http 応答の詳細を提供します |
MobileServicePreconditionFailedException<T> |
状態コード 'Precondition Failed' を使用して http 応答の詳細を提供します |
MobileServiceSyncContextExtensions |
に拡張メソッドを提供します IMobileServiceSyncContext |
MobileServiceSyncTableExtensions |
に拡張メソッドを提供します IMobileServiceSyncTable |
MobileServiceSystemColumns |
Mobile Service テーブルのシステム列の名前。 |
MobileServiceTableExtensions |
に拡張メソッドを提供します IMobileServiceTable |
MobileServiceUser |
認証されたモバイル サービス ユーザーです。 |
PlatformInformationExtensions |
PlatformInformation 型への一連の拡張機能 |
PreserveAttribute |
ターゲット (アセンブリ、クラス、メンバーなど) に適用すると、リンク プロセスの結果でそのターゲットを保持するように Xamarin リンカーに指示します。 |
Registration |
RegistrationBase は、すべての Registration 型に存在する共通プロパティの基本クラスとして使用され、通知に登録されるターゲットを定義します。 |
UpdatedAtAttribute |
__updatedAt システム プロパティを表す型のメンバーに適用される属性。 |
VersionAttribute |
__version システム プロパティを表す型のメンバーに適用される属性。 |
インターフェイス
IMobileServiceClient |
MobileServiceClient のインターフェイスです。 |
IMobileServiceClientOptions |
モバイル クライアントを作成するためのクライアント オプションの一覧。 |
IMobileServiceTable |
Microsoft Azure Mobile Service のテーブルに対する操作を提供します。 |
IMobileServiceTable<T> |
モバイル サービスのテーブルに対する操作を提供します。 |
IMobileServiceTableQuery<T> |
モバイル サービス テーブルに対して評価できるクエリを表します。 MobileServiceTableQuery インスタンスは、MobileServiceClient.Query(of T)() を通じて取得できます。 |
IPushUtility |
プッシュ機能に関するユーティリティ関数を提供するプラットフォーム固有のアセンブリのインターフェイス。 |
IQueryResultEnumerable<T> |
IQueryResultEnumerable{T} インターフェイスは、合計カウントや次のリンクなどの応答で返される追加の詳細を提供します |
ITotalCountProvider |
ITotalCountProvider インターフェイスは、クライアントまたはサーバーで指定された take paging/limit 句を無視して返されるすべてのレコードの合計数を提供します。 クエリを呼び出す場合。RequestTotalCount() を使用すると、結果 (シーケンスかリストかに関係なく) を ITotalCountProvider にキャストできます。 |
列挙型
MobileServiceAuthenticationProvider |
Mobile Services でサポートされている認証プロバイダー。 |
MobileServiceRemoteTableOptions |
リモート テーブルの機能のフラグ列挙型。 |
MobileServiceSystemProperties |
Mobile Services で使用可能なシステム プロパティのフラグ列挙型。 |
Azure SDK for .NET