Table of Contents

Class ConsoleMessagePlaceholderPart

Namespace
RDCore.SDK.ConsoleIO.Model
Assembly
RDCore.SDK.dll
public record ConsoleMessagePlaceholderPart : ConsoleMessageStringLiteralPlaceholderPart, IEquatable<ConsoleMessagePart>, IEquatable<ConsoleMessageStringLiteralPlaceholderPart>, IEquatable<ConsoleMessagePlaceholderPart>
Inheritance
ConsoleMessagePlaceholderPart
Implements
Inherited Members

Constructors

ConsoleMessagePlaceholderPart(PlaceholderKind, string, double)

public ConsoleMessagePlaceholderPart(PlaceholderKind Kind, string Placeholder, double NumericValue)

Parameters

Kind PlaceholderKind

How the value is formatted.

Placeholder string

The literal token to replace in the body.

NumericValue double

The numeric value, formatted per Kind.

Properties

NumericValue

The numeric value, formatted per Kind.

public double NumericValue { get; init; }

Property Value

double