Partager via


TableControllerConfigAttribute Classe

Définition

Effectue des personnalisations de configuration pour TableController<TData> les contrôleurs dérivés.

[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
Héritage
System.Web.Http.Filters.ActionFilterAttribute
TableControllerConfigAttribute
Attributs
Implémente
System.Web.Http.Controllers.IControllerConfiguration

Constructeurs

TableControllerConfigAttribute()

Effectue des personnalisations de configuration pour TableController<TData> les contrôleurs dérivés.

Méthodes

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Effectue des personnalisations de configuration pour TableController<TData> les contrôleurs dérivés.

OnActionExecuted(HttpActionExecutedContext)

Effectue des personnalisations de configuration pour TableController<TData> les contrôleurs dérivés.

(Hérité de MobileAppControllerAttribute)
OnActionExecuting(HttpActionContext)

Effectue des personnalisations de configuration pour TableController<TData> les contrôleurs dérivés.

(Hérité de MobileAppControllerAttribute)

S’applique à