ILocationBinding Methods |
The ILocationBinding type exposes the following members.
Name | Description | |
---|---|---|
Execute<TPayload> |
Provides a mechanism to execute a strongly-typed action that depends on the type of the current location.
| |
GetValue |
Invokes the Get semantic on the next node in the chain of invocation.
| |
SetValue |
Invokes the Set semantic on the next node in the chain of invocation.
|
Name | Description | |
---|---|---|
GetValue(Object) | Overloaded.
Gets the value of a field or property.
(Defined by LocationBindingExtensions.) | |
GetValue(Object, Arguments) | Overloaded.
Gets the value of an indexer (property with arguments).
(Defined by LocationBindingExtensions.) | |
SetValue(Object, Object) | Overloaded.
Sets the value of a field or property.
(Defined by LocationBindingExtensions.) | |
SetValue(Object, Arguments, Object) | Overloaded.
Sets the value of an indexer (property with arguments).
(Defined by LocationBindingExtensions.) |