logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class FeedbackTriggerSignalFormat.ParamSlot

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

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

    Constructors

    ParamSlot(string, string, ParamValueKind, string)

    Declaration
    public ParamSlot(string name, string clrTypeName, FeedbackTriggerSignalFormat.ParamValueKind valueKind, string literalValue = null)
    Parameters
    Type Name Description
    string name
    string clrTypeName
    FeedbackTriggerSignalFormat.ParamValueKind valueKind
    string literalValue

    Fields

    ClrTypeName

    Declaration
    public readonly string ClrTypeName
    Field Value
    Type Description
    string

    CLR type name of the parameter (e.g. "System.String", "System.Nullable`1[System.Int32]").

    LiteralValue

    Declaration
    public readonly string LiteralValue
    Field Value
    Type Description
    string

    The literal string value when ValueKind is String; otherwise unused.

    Name

    Declaration
    public readonly string Name
    Field Value
    Type Description
    string

    Constructor parameter name (for display/traceability only).

    ValueKind

    Declaration
    public readonly FeedbackTriggerSignalFormat.ParamValueKind ValueKind
    Field Value
    Type Description
    FeedbackTriggerSignalFormat.ParamValueKind

    How this slot's value should be resolved.

    In this article
    © 2026 Serenity. All Rights Reserved