logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class HudTriggerSignalFormat.ParamSlot

    One constructor-parameter slot of the pre-wired ShowHudSignal.

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

    Constructors

    ParamSlot(string, string, string)

    Declaration
    public ParamSlot(string name, string clrTypeName, string literalValue)
    Parameters
    Type Name Description
    string name
    string clrTypeName
    string literalValue

    Fields

    ClrTypeName

    Declaration
    public readonly string ClrTypeName
    Field Value
    Type Description
    string

    CLR type name of the parameter (e.g. "System.String").

    LiteralValue

    Declaration
    public readonly string LiteralValue
    Field Value
    Type Description
    string

    The literal string value configured for this slot.

    Name

    Declaration
    public readonly string Name
    Field Value
    Type Description
    string

    Constructor parameter name (for display/traceability only).

    In this article
    © 2026 Serenity. All Rights Reserved