Table of Contents

Struct Message

Namespace
The
Assembly
Instagile.dll

A brief user-visible status message: a MessageLevel and a short text.

public readonly record struct Message : IEquatable<Message>
Implements
Inherited Members

Constructors

Message(MessageLevel, string)

A brief user-visible status message: a MessageLevel and a short text.

public Message(MessageLevel Level, string Text)

Parameters

Level MessageLevel
Text string

Properties

Level

public MessageLevel Level { get; init; }

Property Value

MessageLevel

Text

public string Text { get; init; }

Property Value

string