TableControllerConfigAttribute Class

Definition

Performs configuration customizations for TableController<TData> derived controllers.

[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
Inheritance
TableControllerConfigAttribute
Attributes
Implements
System.Web.Http.Controllers.IControllerConfiguration

Constructors

TableControllerConfigAttribute()

Methods

Initialize(HttpControllerSettings, HttpControllerDescriptor) System.Web.Http.Controllers.IControllerConfiguration.Initialize(System.Web.Http.Controllers.HttpControllerSettings,System.Web.Http.Controllers.HttpControllerDescriptor)

Applies to