Class DependencyElement
Dependency that the rule uses when its actions run.
public class DependencyElement : RuleElement
- Inheritance
-
DependencyElement
- Inherited Members
- Extension Methods
Properties
Declaration
Declaration that references the dependency.
public Declaration Declaration { get; }
Property Value
ElementType
Element type of this rule element.
public override ElementType ElementType { get; }
Property Value
ServiceType
Type of service that this dependency configures.
public Type ServiceType { get; }