IFilterBindingInSyntax Methods
The IFilterBindingInSyntax<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
InRequestScope |
Indicates that instances activated via the binding should be re-used within the same
HTTP request.
|
|
|
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).
|
|
|
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).
|
|
|
InSingletonScope |
Indicates that only a single instance of the binding should be created, and then
should be re-used for all subsequent requests.
|
|
|
InThreadScope |
Indicates that instances activated via the binding should be re-used within the same thread.
|
|
|
InTransientScope |
Indicates that instances activated via the binding should not be re-used, nor have
their lifecycle managed by Ninject.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |

