DependencyConfiguration Class |
Represents a dependency between task types.
System.Object
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.DependencyConfiguration
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.DependencyConfiguration
Namespace: PostSharp.Sdk.Extensibility.Configuration
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] public sealed class DependencyConfiguration : ConfigurationElement
The DependencyConfiguration type exposes the following members.
Name | Description | |
---|---|---|
DependencyConfiguration() |
Initializes a new DependencyConfiguration.
| |
DependencyConfiguration(String) |
Initializes a new DependencyConfiguration and specifies the task type.
| |
DependencyConfiguration(String, Boolean) |
Initializes a new DependencyConfiguration and specifies the task type
and requirement level.
|
Name | Description | |
---|---|---|
Location | (Inherited from ConfigurationElement.) | |
OwnerTaskType |
Gets the name of the task owning the current dependency.
| |
Parent |
Gets the parent task type (TaskTypeConfiguration).
| |
Position |
Gets or sets the position of the dependent task type (before or after
the current task type).
| |
PrecedingTaskType |
Gets the name of the preceding task type in the current dependency.
| |
Required |
Indicates whether this dependency is required.
| |
Root |
Gets the root configuration element.
(Inherited from ConfigurationElement.) | |
SucceedingTaskType |
Gets the name of the succeeding task type in the current dependency.
| |
TaskType |
Gets or sets the name of the task type to which the declaring type task
is dependent.
| |
Xml | (Inherited from ConfigurationElement.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) | |
Validate |
Validates the current configuration element.
(Inherited from ConfigurationElement.) |