Table of Contents

Class ConsoleMenu

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

Properties

HelpText

public string? HelpText { get; set; }

Property Value

string

Items

public List<ConsoleMenuItem> Items { get; set; }

Property Value

List<ConsoleMenuItem>

Prompt

public string Prompt { get; set; }

Property Value

string

ShowBackOption

public bool ShowBackOption { get; set; }

Property Value

bool

Subtitle

public string? Subtitle { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string