TableControllerConfigAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.ActionFilterAttributeTableControllerConfigAttribute
- 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 à
Azure SDK for .NET