Freigeben über


TableControllerConfigAttribute Klasse

Definition

Führt Konfigurationsanpassungen für TableController<TData> abgeleitete Controller aus.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class TableControllerConfigAttribute : Attribute, System.Web.Http.Controllers.IControllerConfiguration
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type TableControllerConfigAttribute = class
    inherit Attribute
    interface IControllerConfiguration
Public NotInheritable Class TableControllerConfigAttribute
Inherits Attribute
Implements IControllerConfiguration
Vererbung
TableControllerConfigAttribute
Attribute
Implementiert
System.Web.Http.Controllers.IControllerConfiguration

Konstruktoren

TableControllerConfigAttribute()

Führt Konfigurationsanpassungen für TableController<TData> abgeleitete Controller aus.

Methoden

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Führt Konfigurationsanpassungen für TableController<TData> abgeleitete Controller aus.

Gilt für: