TableControllerConfigAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行衍生控制器的 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.ActionFilterAttributeTableControllerConfigAttribute
- 屬性
- 實作
-
System.Web.Http.Controllers.IControllerConfiguration
建構函式
TableControllerConfigAttribute() |
執行衍生控制器的 TableController<TData> 組態自訂。 |
方法
Initialize(HttpControllerSettings, HttpControllerDescriptor) |
執行衍生控制器的 TableController<TData> 組態自訂。 |
OnActionExecuted(HttpActionExecutedContext) |
執行衍生控制器的 TableController<TData> 組態自訂。 (繼承來源 MobileAppControllerAttribute) |
OnActionExecuting(HttpActionContext) |
執行衍生控制器的 TableController<TData> 組態自訂。 (繼承來源 MobileAppControllerAttribute) |