Method | Description | |
---|---|---|
BindingConfiguration ( ) : System |
Initializes a new instance of the BindingConfiguration class.
|
|
GetProvider ( IContext context ) : IProvider |
Gets the provider for the binding.
|
|
GetScope ( IContext context ) : object |
Gets the scope for the binding, if any.
|
|
Matches ( IRequest request ) : bool |
Determines whether the specified request satisfies the conditions defined on this binding.
|
public GetProvider ( IContext context ) : IProvider | ||
context | IContext | The context. |
return | IProvider |
public GetScope ( IContext context ) : object | ||
context | IContext | The context. |
return | object |
public Matches ( IRequest request ) : bool | ||
request | IRequest | The request. |
return | bool |