LocationInterceptionAspect Methods |
The LocationInterceptionAspect type exposes the following members.

Name | Description | |
---|---|---|
![]() | CompileTimeInitialize |
Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked
before any other build-time method.
(Inherited from LocationLevelAspect.) |
![]() | CompileTimeValidate(Object) |
Method invoked at build time to ensure that the aspect has been applied to the right target.
(Inherited from LocationLevelAspect.) |
![]() | CompileTimeValidate(LocationInfo) |
Method invoked at build time to ensure that the aspect has been applied to the right target.
(Inherited from LocationLevelAspect.) |
![]() | CreateAspectConfiguration |
Method invoked at build time to create a concrete AspectConfiguration instance specifically
for the current Aspect type.
(Overrides Aspect.CreateAspectConfiguration().) |
![]() | GetAspectConfiguration |
Method invoked at build tome to get the imperative configuration of the current Aspect.
(Inherited from Aspect.) |
![]() | 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.
|
![]() | OnInstanceLocationInitialized |
Method invoked after an initial value is set for a field or property to which the current aspect is applied.
The method is invoked only for instance fields and instance auto-implemented properties, and it is invoked after their inline initialization.
For static fields and properties, and for accesses from the constructor, OnSetValue is invoked instead.
|
![]() | 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 LocationLevelAspect.) |
![]() | SetAspectConfiguration(AspectConfiguration, LocationInfo) |
Method invoked at build time to set up an AspectConfiguration object according to the current
Aspect instance and a specified target element of the current aspect.
(Inherited from LocationLevelAspect.) |
![]() | SetAspectConfiguration(AspectConfiguration, Object) |
Method invoked at build time to set up an AspectConfiguration object according to the current
Aspect instance and a specified target element of the current aspect.
(Inherited from LocationLevelAspect.) |
