Suoranta.EnterpriseLib.Web - Developer API

IFilterBindingInSyntax Members

The IFilterBindingInSyntax<(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.)
Public method InRequestScope
Indicates that instances activated via the binding should be re-used within the same HTTP request.
Public method InScope(Func<(Of <<'(IContext, Object>)>>))
Indicates that instances activated via the binding should be re-used as long as the object returned by the provided callback remains alive (that is, has not been garbage collected).
Public method InScope(Func<(Of <<'(IContext, ControllerContext, ActionDescriptor, Object>)>>))
Indicates that instances activated via the binding should be re-used as long as the object returned by the provided callback remains alive (that is, has not been garbage collected).
Public method InSingletonScope
Indicates that only a single instance of the binding should be created, and then should be re-used for all subsequent requests.
Public method InThreadScope
Indicates that instances activated via the binding should be re-used within the same thread.
Public method InTransientScope
Indicates that instances activated via the binding should not be re-used, nor have their lifecycle managed by Ninject.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)