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
KindNotificationKindLevelNotificationLevelEmojistring
Properties
Emoji
public string Emoji { get; init; }
Property Value
Kind
public NotificationKind Kind { get; init; }
Property Value
Level
public NotificationLevel Level { get; init; }