Suoranta.EnterpriseLib.Web - Developer API

IFilterBindingNamedWithOrOnSyntax<(Of <(<'T>)>)> Interface

Used to set the scope, name, or add additional information or actions to a binding.

Namespace:  Suoranta.EnterpriseLib.Web.AppDomain.Ninject.Mvc.FilterBindingSyntax
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public interface IFilterBindingNamedWithOrOnSyntax<T> : IFilterBindingNamedSyntax<T>, 
	IFilterBindingWithSyntax<T>, IFilterBindingOnSyntax<T>

Type Parameters

T
The service being bound.