Suoranta.EnterpriseLib.Web - Developer API

IFilterBindingWithSyntax Methods

The IFilterBindingWithSyntax<(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 WithConstructorArgument(String, Object)
Indicates that the specified constructor argument should be overridden value
Public method WithConstructorArgument(String, Func<(Of <<'(IContext, Object>)>>))
Indicates that the specified constructor argument should be overridden with the specified value.
Public method WithConstructorArgument(String, Func<(Of <<'(IContext, ControllerContext, ActionDescriptor, Object>)>>))
Indicates that the specified constructor argument should be overridden with the specified value.
Public method WithConstructorArgumentFromActionAttribute<(Of <<'(TAttribute>)>>)
Indicates that the specified constructor argument should be overridden with the specified value. The value is retrieved from an attribute on the action of the specified type.
Public method WithConstructorArgumentFromControllerAttribute<(Of <<'(TAttribute>)>>)
Indicates that the specified constructor argument should be overridden with the specified value. The value is retrieved from an attribute on the controller of the specified type.
Public method WithMetadata
Sets the value of a piece of metadata on the binding.
Public method WithParameter
Adds a custom parameter to the binding.
Public method WithPropertyValue(String, Object)
Indicates that the specified property should be injected with the specified value.
Public method WithPropertyValue(String, Func<(Of <<'(IContext, Object>)>>))
Indicates that the specified property should be injected with the specified value.
Public method WithPropertyValue(String, Func<(Of <<'(IContext, ControllerContext, ActionDescriptor, Object>)>>))
Indicates that the specified property should be injected with the specified value.
Public method WithPropertyValueFromActionAttribute<(Of <<'(TAttribute>)>>)
Indicates that the specified property should be injected with the specified value. The value is retrieved from an attribute on the action of the specified type.
Public method WithPropertyValueFromControllerAttribute<(Of <<'(TAttribute>)>>)
Indicates that the specified property should be injected with the specified value. The value is retrieved from an attribute on the controller of the specified type.