ServiceDependencyAttribute
ServiceDependencyAttribute
Attribute for service dependency requirements. This attribute can be used to specify dependencies for services that cannot be automatically determined.
Project: GridPlacement v6.0
Layer: Core
Source: Core/_incomplete/Services/DI/ServiceAttribute.cs
Namespace: GridBuilding.Core.Services.DI
Kind: class
Parsing Method: AST-based (Roslyn) - NOT regex
⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.
Properties
DependencyType
The required dependency type.
Optional
Whether this dependency is optional.
Name
Optional dependency name for named dependencies.