Bounded Context: Configuration
Aggregate Root: ParameterGlobalValue
Module: Ums.Domain.Configuration.Parameter
Status: Production
ParameterGlobalValue stores the system-wide default value for a parameter defined by ParameterDefinition. It is the fallback when no tenant-specific override exists.
Active ──Archive()──► Archived (terminal)
DataType specified in the referenced ParameterDefinition.ParameterDefinition.| Aggregate | Relationship |
|---|---|
ParameterDefinition |
Defines the schema and constraints for the value. |
ParameterTenantValue |
Can override this value for a specific tenant. |
| Back to Configuration BC Index | Consistency Rules |