ILocationInterceptionArgs<T> Methods |
The ILocationInterceptionArgs<T> generic type exposes the following members.
Name | Description | |
---|---|---|
Execute<TPayload> |
Executes a delegate for the current LocationInterceptionArgs. This method allows to
execute strongly-typed operations and avoid boxing required by the weakly typed ILocationInterceptionArgs interface.
(Inherited from ILocationInterceptionArgs.) | |
GetCurrentValue |
Retrieves the current value of the location without overwriting the Value property.
| |
ProceedGetValue |
Invokes the Get Location Value semantic on the next node in the chain of invocation and stores the location value in the Value property.
(Inherited from ILocationInterceptionArgs.) | |
ProceedSetValue |
Invokes the Set Location Value semantic on the next node in the chain of invocation and stores the value of the Value property into
the location.
(Inherited from ILocationInterceptionArgs.) | |
SetNewValue(Object) |
Sets the value of the location without overwriting the Value property.
(Inherited from ILocationInterceptionArgs.) | |
SetNewValue(T) |
Sets the value of the location without overwriting the Value property.
|