AspectRoleDependencyAttribute Class |
System.Attribute
PostSharp.Aspects.Dependencies.AspectDependencyAttribute
PostSharp.Aspects.Dependencies.AspectRoleDependencyAttribute
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp (in PostSharp.dll) Version: 6.6.14.0 (6.6.14.0)
public sealed class AspectRoleDependencyAttribute : AspectDependencyAttribute
The AspectRoleDependencyAttribute type exposes the following members.
Name | Description | |
---|---|---|
AspectRoleDependencyAttribute(AspectDependencyAction, String) |
Initializes a new AspectEffectDependencyAttribute without specifying the position,
implicitly set to Any.
| |
AspectRoleDependencyAttribute(AspectDependencyAction, AspectDependencyPosition, String) |
Initializes a new AspectRoleDependencyAttribute and specifies a position.
|
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.) | |
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.) | |
Role |
Gets the role that the aspects or advices must be a part of in order to match the current dependency.
| |
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.) |
A role describes what the aspect actually does. A list of standard roles is available on the class StandardRoles. Aspect vendors are encouraged to enroll their aspects in one of these roles whenever it makes sense, and to document the other roles they have used.
An aspect or advice can be enrolled in a role by using the ProvideAspectRoleAttribute custom attribute.