logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct CompositeViewActivateChildInput

    Input for CompositeViewActivateChild: which child of which composite to activate.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.Ui.Application.UseCases
    Assembly: Serenity.Ui.Application.dll
    Syntax
    public readonly struct CompositeViewActivateChildInput

    Constructors

    CompositeViewActivateChildInput(string, string)

    Creates the input.

    Declaration
    public CompositeViewActivateChildInput(string compositeViewId, string childViewId)
    Parameters
    Type Name Description
    string compositeViewId

    The composite view id.

    string childViewId

    The child view id to activate.

    Fields

    ChildViewId

    The id of the child view to activate.

    Declaration
    public readonly string ChildViewId
    Field Value
    Type Description
    string

    CompositeViewId

    The id of the composite view that owns the child.

    Declaration
    public readonly string CompositeViewId
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved