Méthode | Description | |
---|---|---|
Binding ( |
Initializes a new instance of the Binding class.
|
|
Binding ( |
Initializes a new instance of the Binding 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 condition defined on the binding, if one was defined.
|
public Binding ( |
||
service | The service that is controlled by the binding. | |
Résultat | System |
public Binding ( |
||
service | The service that is controlled by the binding. | |
configuration | IBindingConfiguration | The binding configuration. |
Résultat | System |
public GetProvider ( IContext context ) : IProvider | ||
context | IContext | The context. |
Résultat | IProvider |
public GetScope ( IContext context ) : object | ||
context | IContext | The context. |
Résultat | object |
public Matches ( IRequest request ) : bool | ||
request | IRequest | The request. |
Résultat | bool |