次の方法で共有


TableController<TData> コンストラクター

定義

オーバーロード

TableController<TData>()

TableController<TData> クラスの新しいインスタンスを初期化します。

TableController<TData>(IDomainManager<TData>)

指定した TableController<TData> を使用して、domainManager クラスの新しいインスタンスを初期化します。

TableController<TData>()

TableController<TData> クラスの新しいインスタンスを初期化します。

protected TableController ();
Protected Sub New ()

適用対象

TableController<TData>(IDomainManager<TData>)

指定した TableController<TData> を使用して、domainManager クラスの新しいインスタンスを初期化します。

protected TableController (Microsoft.WindowsAzure.Mobile.Service.Tables.IDomainManager<TData> domainManager);
new Microsoft.WindowsAzure.Mobile.Service.TableController<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : Microsoft.WindowsAzure.Mobile.Service.Tables.IDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> -> Microsoft.WindowsAzure.Mobile.Service.TableController<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Protected Sub New (domainManager As IDomainManager(Of TData))

パラメーター

domainManager
IDomainManager<TData>

IDomainManager<TData>このコントローラーの 。

適用対象