Table of Contents

Class EditorKeyResult

Namespace
CLI.CliniCore.Service.Editor
Assembly
CLI.CliniCore.dll

Result of processing a keyboard input in the editor

public record EditorKeyResult : IEquatable<EditorKeyResult>
Inheritance
EditorKeyResult
Implements
Inherited Members

Constructors

EditorKeyResult(EditorAction, string?, MessageType)

Result of processing a keyboard input in the editor

public EditorKeyResult(EditorAction Action, string? Message = null, MessageType MessageType = MessageType.Info)

Parameters

Action EditorAction
Message string
MessageType MessageType

Properties

Action

public EditorAction Action { get; init; }

Property Value

EditorAction

Message

public string? Message { get; init; }

Property Value

string

MessageType

public MessageType MessageType { get; init; }

Property Value

MessageType