ILocationBinding<T> Methods |
The ILocationBinding<T> generic 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.
(Inherited from ILocationBinding.) | |
GetValue |
Invokes the Get semantic on the next node in the chain of invocation.
| |
SetValue(Object, Arguments, Object) |
Invokes the Set semantic on the next node in the chain of invocation.
(Inherited from ILocationBinding.) | |
SetValue(Object, Arguments, T) |
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.) | |
GetValue<T>(Object) | Overloaded.
Gets the value of a field or property.
(Defined by LocationBindingExtensions.) | |
GetValue<T>(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.) | |
SetValue<T>(Object, T) | Overloaded.
Sets the value of a field or property.
(Defined by LocationBindingExtensions.) | |
SetValue<T>(Object, Arguments, T) | Overloaded.
Sets the value of an indexer (property with arguments).
(Defined by LocationBindingExtensions.) |