Suoranta.EnterpriseLib.Web - Developer API

IFilterBindingWhenSyntax Members

The IFilterBindingWhenSyntax<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method When(Func<(Of <<'(IRequest, Boolean>)>>))
Indicates that the binding should be used only for requests that support the specified condition.
Public method When(Func<(Of <<'(ControllerContext, ActionDescriptor, Boolean>)>>))
Indicates that the binding should be used only for requests that support the specified condition.
Public method WhenActionMethodHas(Type)
Indicates that the binding should be used only when the action method has an attribute of the specified type.
Public method WhenActionMethodHas<(Of <<'(TAttribute>)>>)()()()()
Indicates that the binding should be used only when the action method has an attribute of the specified type.
Public method WhenActionMethodHasNo(Type)
Indicates that the binding should be used only when the action method has no attribute of the specified type.
Public method WhenActionMethodHasNo<(Of <<'(TAttribute>)>>)()()()()
Indicates that the binding should be used only when the action method has no attribute of the specified type.
Public method WhenControllerHas(Type)
Indicates that the binding should be used only when the controller has an attribute of the specified type.
Public method WhenControllerHas<(Of <<'(TAttribute>)>>)()()()()
Indicates that the binding should be used only when the controller has an attribute of the specified type.
Public method WhenControllerHasNo(Type)
Indicates that the binding should be used only when the controller has no attribute of the specified type.
Public method WhenControllerHasNo<(Of <<'(TAttribute>)>>)()()()()
Indicates that the binding should be used only when the controller has no attribute of the specified type.
Public method WhenControllerType(Type)
Whens the type of the controller.
Public method WhenControllerType<(Of <<'(TAttribute>)>>)()()()()
Whens the type of the controller.