ILocationInterceptionAspect Methods |
The ILocationInterceptionAspect type exposes the following members.
Name | Description | |
---|---|---|
OnGetValue |
Method invoked instead of the Get semantic of the field or property to which the current aspect is applied,
i.e. when the value of this field or property is retrieved.
| |
OnSetValue |
Method invoked instead of the Set semantic of the field or property to which the current aspect is applied,
i.e. when the value of this field or property is changed.
| |
RuntimeInitialize |
Initializes the current aspect.
(Inherited from ILocationLevelAspect.) |