Class AspectDependencyAction
Enumeration of the different kinds of relationships of specified by aspect dependencies.
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp.dll
Syntax
public sealed class AspectDependencyAction : Enum
Fields
Name | Description |
---|---|
Commute | The dependency specifies that the current aspect or advice commutes with another aspect or advice. |
Conflict | The dependency specifies that the current aspect or advice conflicts with another aspect or advice. |
None | The dependency is ignored. |
Order | The dependency specifies an order relationship. |
Require | The dependency specifies that the current aspect or advice requires another aspect or advice. |
value__ |