FieldLevelAspect Methods |
The FieldLevelAspect 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.
|
![]() | CompileTimeValidate(Object) |
Method invoked at build time to ensure that the aspect has been applied to the right target.
(Overrides Aspect.CompileTimeValidate(Object).) |
![]() | CompileTimeValidate(FieldInfo) |
Method invoked at build time to ensure that the aspect has been applied to the right target.
|
![]() | CreateAspectConfiguration |
Method invoked at build time to create a concrete AspectConfiguration instance specifically
for the current Aspect type.
(Inherited from Aspect.) |
![]() | GetAspectConfiguration |
Method invoked at build tome to get the imperative configuration of the current Aspect.
(Inherited from Aspect.) |
![]() | RuntimeInitialize |
Method invoked at runtime before any other method of the aspect is invoked.
|
![]() | 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.
(Overrides Aspect.SetAspectConfiguration(AspectConfiguration, Object).) |
![]() | SetAspectConfiguration(AspectConfiguration, FieldInfo) |
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.
|

Name | Description | |
---|---|---|
![]() | QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |
