Class TerminalOptions
- Namespace
- OneImlx.Terminal.Configuration.Options
- Assembly
- OneImlx.Terminal.dll
The terminal configuration options.
public sealed class TerminalOptions
- Inheritance
-
TerminalOptions
- Inherited Members
Properties
Authentication
The authentication configuration options. Reserved for future versions.
public AuthenticationOptions Authentication { get; set; }
Property Value
Checker
The checker configuration options.
public CheckerOptions Checker { get; set; }
Property Value
Driver
The driver configuration options. Reserved for future versions.
public DriverOptions Driver { get; set; }
Property Value
Help
The help configuration options.
public HelpOptions Help { get; set; }
Property Value
Id
The terminal identifier.
public string Id { get; set; }
Property Value
Licensing
The licensing configuration options.
public LicensingOptions Licensing { get; set; }
Property Value
Parser
The parser configuration options.
public ParserOptions Parser { get; set; }
Property Value
Router
The router configuration options.
public RouterOptions Router { get; set; }