Table of Contents

Class ConsoleMenuItem

Namespace
CLI.CliniCore.Service
Assembly
CLI.CliniCore.dll
public class ConsoleMenuItem
Inheritance
ConsoleMenuItem
Inherited Members

Properties

Action

public Action? Action { get; set; }

Property Value

Action

Color

public ConsoleColor? Color { get; set; }

Property Value

ConsoleColor?

Description

public string? Description { get; set; }

Property Value

string

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

Key

public string Key { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

SubMenuFactory

public Func<ConsoleMenu>? SubMenuFactory { get; set; }

Property Value

Func<ConsoleMenu>