Udostępnij za pośrednictwem


TableControllerConfigAttribute Klasa

Definicja

Wykonuje dostosowania konfiguracji dla TableController<TData> kontrolerów pochodnych.

[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
Dziedziczenie
TableControllerConfigAttribute
Atrybuty
Implementuje
System.Web.Http.Controllers.IControllerConfiguration

Konstruktory

TableControllerConfigAttribute()

Wykonuje dostosowania konfiguracji dla TableController<TData> kontrolerów pochodnych.

Metody

Initialize(HttpControllerSettings, HttpControllerDescriptor)

Wykonuje dostosowania konfiguracji dla TableController<TData> kontrolerów pochodnych.

Dotyczy