- Namespace
- CLI.CliniCore.Service
- Assembly
- CLI.CliniCore.dll
public class ConsoleMenuItem
- Inheritance
-
ConsoleMenuItem
- Inherited Members
-
Properties
public Action? Action { get; set; }
Property Value
- Action
public ConsoleColor? Color { get; set; }
Property Value
- ConsoleColor?
public string? Description { get; set; }
Property Value
- string
public bool IsEnabled { get; set; }
Property Value
- bool
public bool IsVisible { get; set; }
Property Value
- bool
public string Key { get; set; }
Property Value
- string
public string Label { get; set; }
Property Value
- string
public Func<ConsoleMenu>? SubMenuFactory { get; set; }
Property Value
- Func<ConsoleMenu>