次の方法で共有


TableControllerConfigAttribute クラス

定義

派生コントローラーの構成のカスタマイズを TableController<TData> 実行します。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class TableControllerConfigAttribute : Microsoft.Azure.Mobile.Server.Config.MobileAppControllerAttribute, System.Web.Http.Controllers.IControllerConfiguration
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type TableControllerConfigAttribute = class
    inherit MobileAppControllerAttribute
    interface IControllerConfiguration
Public NotInheritable Class TableControllerConfigAttribute
Inherits MobileAppControllerAttribute
Implements IControllerConfiguration
継承
System.Web.Http.Filters.ActionFilterAttribute
TableControllerConfigAttribute
属性
実装
System.Web.Http.Controllers.IControllerConfiguration

コンストラクター

TableControllerConfigAttribute()

派生コントローラーの構成のカスタマイズを TableController<TData> 実行します。

メソッド

Initialize(HttpControllerSettings, HttpControllerDescriptor)

派生コントローラーの構成のカスタマイズを TableController<TData> 実行します。

OnActionExecuted(HttpActionExecutedContext)

派生コントローラーの構成のカスタマイズを TableController<TData> 実行します。

(継承元 MobileAppControllerAttribute)
OnActionExecuting(HttpActionContext)

派生コントローラーの構成のカスタマイズを TableController<TData> 実行します。

(継承元 MobileAppControllerAttribute)

適用対象