PostSharp.Sdk.AspectInfrastructure.Dependencies Namespace |
[Missing <summary> documentation for "N:PostSharp.Sdk.AspectInfrastructure.Dependencies"]
Class | Description | |
---|---|---|
AndDependencyCondition |
An AspectDependencyCondition aggregating several other child conditions and
evaluating to true if all child conditions evaluate to true.
| |
AspectEffectDependencyCondition |
An AspectDependencyCondition that evaluates to true if the right
member has a given effect.
| |
AspectRoleDependencyCondition |
An AspectDependencyCondition that evaluates to true if the right
member is in a given role.
| |
NotDependencyCondition |
An AspectDependencyCondition that negates another condition.
| |
OrDependencyCondition |
An AspectDependencyCondition aggregating several other child conditions and
evaluating to true if at least one child condition evaluates to true.
| |
ProvideAspectRoleDependency |
An AspectDependency representing the fact that a dependency object provides a role.
| |
TrueDependencyCondition |
An AspectDependencyCondition that always evaluates to true.
|