logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioMixerChannelDeletionPlanner.DeletionPlan

    The full preview of deleting a group: affected references, repair actions and warnings.

    Inheritance
    object
    AudioMixerChannelDeletionPlanner.DeletionPlan
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.SoundMixer.Application.Validation
    Assembly: Serenity.SoundMixer.Application.dll
    Syntax
    public sealed class AudioMixerChannelDeletionPlanner.DeletionPlan

    Constructors

    DeletionPlan()

    Declaration
    public DeletionPlan()

    Fields

    Actions

    Declaration
    public readonly List<AudioMixerChannelDeletionPlanner.RepairAction> Actions
    Field Value
    Type Description
    List<AudioMixerChannelDeletionPlanner.RepairAction>

    AffectedChannels

    Declaration
    public readonly List<string> AffectedChannels
    Field Value
    Type Description
    List<string>

    AffectedEffectLoops

    Declaration
    public readonly List<string> AffectedEffectLoops
    Field Value
    Type Description
    List<string>

    AffectedExposedParameters

    Declaration
    public readonly List<string> AffectedExposedParameters
    Field Value
    Type Description
    List<string>

    BlockReason

    Declaration
    public string BlockReason
    Field Value
    Type Description
    string

    Blocked

    Declaration
    public bool Blocked
    Field Value
    Type Description
    bool

    GroupToDelete

    Declaration
    public string GroupToDelete
    Field Value
    Type Description
    string

    ReassignTarget

    Declaration
    public string ReassignTarget
    Field Value
    Type Description
    string

    Warnings

    Declaration
    public readonly List<string> Warnings
    Field Value
    Type Description
    List<string>

    Properties

    HasAnyImpact

    Declaration
    public bool HasAnyImpact { get; }
    Property Value
    Type Description
    bool
    In this article
    © 2026 Serenity. All Rights Reserved