ProvideAspectRoleDependency Class |
PostSharp.Sdk.AspectInfrastructure.AspectDependency
PostSharp.Sdk.AspectInfrastructure.Dependencies.ProvideAspectRoleDependency
Namespace: PostSharp.Sdk.AspectInfrastructure.Dependencies
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public class ProvideAspectRoleDependency : AspectDependency
The ProvideAspectRoleDependency type exposes the following members.
Name | Description | |
---|---|---|
ProvideAspectRoleDependency |
Initializes a new ProvideAspectRoleDependency.
|
Name | Description | |
---|---|---|
Action |
Gets the kind of relationship represented by the current AspectDependency.
(Inherited from AspectDependency.) | |
Condition |
Gets the condition determining whether a pair of objects matches the current relationship.
(Inherited from AspectDependency.) | |
IsWarning |
Determines whether a violation of the current dependency rule should result in a warning
instead of an error.
(Inherited from AspectDependency.) | |
Position |
Gets the position of the right member of the current relationship with respect to the
left member.
(Inherited from AspectDependency.) | |
Role |
Gets the role provided by the dependency object.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides AspectDependency.ToString().) |