logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PrimitiveParametersSignal

    Signal with the four basic supported primitive constructor parameter types.

    Inheritance
    object
    PrimitiveParametersSignal
    Namespace: Serenity.EventDispatcher.Tests.Infrastructure
    Assembly: Tests.dll
    Syntax
    public sealed class PrimitiveParametersSignal : EventDispatcherSignal

    Constructors

    PrimitiveParametersSignal(string, int, float, bool)

    Declaration
    public PrimitiveParametersSignal(string text, int number, float amount, bool flag)
    Parameters
    Type Name Description
    string text
    int number
    float amount
    bool flag

    Fields

    Amount

    Declaration
    public readonly float Amount
    Field Value
    Type Description
    float

    Flag

    Declaration
    public readonly bool Flag
    Field Value
    Type Description
    bool

    Number

    Declaration
    public readonly int Number
    Field Value
    Type Description
    int

    Text

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