你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.WindowsAzure.MobileServices 命名空间

CreatedAtAttribute

应用于类型成员的属性,以指定它表示__createdAt系统属性。

DataTableAttribute

应用于类型的属性以指定它所表示的移动服务表。

DeletedAttribute

应用于类型成员的属性,以指定它表示__deleted系统属性。

LoadingCompleteEventArgs

表示已加载状态更改的事件参数。

MobileServiceClient

提供对 Microsoft Azure 移动服务的基本访问。

MobileServiceClientExtensions

在 上 MobileServiceClient提供扩展方法。

MobileServiceCollection<T>

一个异步数据源,它可通过 Xaml 集合控件(例如 ListView、GridView 或 ListBox)轻松使用的方式包装移动服务查询的结果。

MobileServiceCollection<TTable,TCollection>

一个异步数据源,它可通过 Xaml 集合控件(例如 ListView、GridView 或 ListBox)轻松使用的方式包装移动服务查询的结果。

MobileServiceCollectionExtensions

提供针对 IMobileServiceTableQuery`1{T}IMobileServiceTable`1{T} 的扩展方法以便将它们包装在一个集合中。

MobileServiceConflictException

提供 http 响应的详细信息,状态代码为“Conflict”

MobileServiceConflictException<T>

提供 http 响应的详细信息,状态代码为“Conflict”

MobileServiceContractResolver

一个用于 Newtonsoft.Json.Serialization.IContractResolverMobileServiceClient 实现。

MobileServiceInvalidOperationException

提供移动服务特有的无效操作的其他详细信息。

MobileServiceIsoDateTimeConverter

将 DateTime 和 DateTimeOffset 对象转换为 UTC 日期时间,并且通过在序列化时调用 ToUniversalTime 和在反序列化时调用 ToLocalTime 来创建一个 ISO 字符串表示形式。

MobileServiceJsonSerializerSettings

要用于 MobileServiceClient 的 JSON 序列化程序设置。

MobileServiceODataException

表示 OData 查询分析中的异常的异常类型。

MobileServicePrecisionCheckConverter

要用于 Newtonsoft.Json.JsonConverterInt64UInt64 属性类型的 Decimal 的实现,它只在我们可以确保序列化值并将值发送到服务器时将不会丧失精度的情况下才写入这些值。

MobileServicePreconditionFailedException

提供 http 响应的详细信息,状态代码为“前置条件失败”

MobileServicePreconditionFailedException<T>

提供 http 响应的详细信息,状态代码为“前置条件失败”

MobileServiceSyncContextExtensions

在 上提供扩展方法 IMobileServiceSyncContext

MobileServiceSyncTableExtensions

在 上提供扩展方法 IMobileServiceSyncTable

MobileServiceSystemColumns

移动服务表上的系统列的名称。

MobileServiceTableExtensions

在 上提供扩展方法 IMobileServiceTable

MobileServiceUser

经过身份验证的移动服务用户。

PlatformInformationExtensions

PlatformInformation 类型的一组扩展

PreserveAttribute

应用于目标 (例如程序集、类、成员等) 时,指示 Xamarin 链接器在链接过程结果中保留该目标。

Registration

RegistrationBase 用作所有注册类型中存在的常见属性的基类,用于定义为通知注册的目标。

UpdatedAtAttribute

应用于类型成员的属性,以指定它表示__updatedAt系统属性。

VersionAttribute

应用于类型成员的属性以指定它表示__version系统属性。

接口

IMobileServiceClient

MobileServiceClient 的接口。

IMobileServiceClientOptions

用于创建移动客户端的客户端选项列表。

IMobileServiceTable

为 Microsoft Azure 移动服务提供对表的操作。

IMobileServiceTable<T>

提供对移动服务的表的操作。

IMobileServiceTableQuery<T>

表示可对照移动服务表计算的查询。 可通过 MobileServiceClient.Query(of T)() 获取 MobileServiceTableQuery 实例。

IPushUtility

特定于平台的程序集的接口,用于提供有关推送功能的实用工具函数。

IQueryResultEnumerable<T>

IQueryResultEnumerable{T} 接口提供响应返回的额外详细信息,例如总计计数和下一个链接

ITotalCountProvider

ITotalCountProvider 接口提供将忽略客户端或服务器指定的任何 take 分页/限制子句而返回的所有记录的总计数。 如果调用查询。RequestTotalCount () ,可以将结果强制转换为 ITotalCountProvider (是序列还是列表) 。

枚举

MobileServiceAuthenticationProvider

移动服务支持的身份验证提供程序。

MobileServiceRemoteTableOptions

远程表功能的标志枚举。

MobileServiceSystemProperties

移动服务中可用系统属性的标志枚举。