TableController<TData> Constructors

Definition

Overloads

TableController<TData>()

Initializes a new instance of the TableController<TData> class.

TableController<TData>(IDomainManager<TData>)

Initializes a new instance of the TableController<TData> class with a given domainManager.

TableController<TData>()

Initializes a new instance of the TableController<TData> class.

protected TableController ();
Protected Sub New ()

Applies to

TableController<TData>(IDomainManager<TData>)

Initializes a new instance of the TableController<TData> class with a given domainManager.

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

Parameters

domainManager
IDomainManager<TData>

The IDomainManager<TData> for this controller.

Applies to