AspectEffectDependencyAttribute Properties |
The AspectEffectDependencyAttribute type exposes the following members.
Name | Description | |
---|---|---|
Action |
Gets the dependency action, i.e. the kind of relationship specified by the dependency
(Order, Require,
Conflict, or Commute).
(Inherited from AspectDependencyAttribute.) | |
Effect |
Gets the effect that the aspects or advices must have in order to match the current dependency.
| |
IsWarning |
If true, specifies that the constraint (of type Require
or Conflict) should emit a warning instead of an error if not
respected.
(Inherited from AspectDependencyAttribute.) | |
Position |
Gets the position of the current dependency, i.e. actually the position of the other
aspect or advices with respect to the one related to this dependency.
(Inherited from AspectDependencyAttribute.) | |
Target | (Inherited from AspectDependencyAttribute.) | |
TargetType |
Aspect type to which this dependency applies. This property is required when the
custom attribute is applied at assembly level. It is ignored when applied on
class or method level.
(Inherited from AspectDependencyAttribute.) |