Skip to content
ModularityKit.Mutator ModularityKit.Mutator Docs
  • Home
  • Core
  • Governance
  • Redis
  • API
Search Results for

    Show / Hide Table of Contents

    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.

    • Edit this page
    • View Source
    In this article
    ModularityKit.Mutator Generated from XML docs and published from main. Back to top