Enum BlastRadiusScope
Defines the scope of impact for a mutation. Determines the extent of the system or components affected by the mutation.
Namespace: ModularityKit.Mutator.Abstractions.Intent
Assembly: ModularityKit.Mutator.dll
Syntax
public enum BlastRadiusScope
Fields
| Name | Description |
|---|---|
| Global | Global scope. The mutation has a global effect across multiple systems or services. |
| Module | Module scope. The mutation impacts an entire module, component, or bounded context. |
| Single | Single element scope. The mutation affects only a single targeted entity or object. |
| System | System scope. The mutation affects the entire system or service. |