Table of Contents

Class ConsoleMessageBodyPart

Namespace
RDCore.SDK.ConsoleIO.Model
Assembly
RDCore.SDK.dll

The message text.

public record ConsoleMessageBodyPart : ConsoleMessagePart, IEquatable<ConsoleMessagePart>, IEquatable<ConsoleMessageBodyPart>
Inheritance
ConsoleMessageBodyPart
Implements
Inherited Members

Constructors

ConsoleMessageBodyPart(string)

The message text.

public ConsoleMessageBodyPart(string Body)

Parameters

Body string

The body text (may contain {$NAME} placeholder spans).

Properties

Body

The body text (may contain {$NAME} placeholder spans).

public string Body { get; init; }

Property Value

string