Table of Contents

Class NotificationCatalog.Entry

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll

One kind of notification: how serious it is, and how it is marked.

public record NotificationCatalog.Entry : IEquatable<NotificationCatalog.Entry>
Inheritance
NotificationCatalog.Entry
Implements
Inherited Members

Constructors

Entry(NotificationKind, NotificationLevel, string)

One kind of notification: how serious it is, and how it is marked.

public Entry(NotificationKind Kind, NotificationLevel Level, string Emoji)

Parameters

Kind NotificationKind
Level NotificationLevel
Emoji string

Properties

Emoji

public string Emoji { get; init; }

Property Value

string

Kind

public NotificationKind Kind { get; init; }

Property Value

NotificationKind

Level

public NotificationLevel Level { get; init; }

Property Value

NotificationLevel