Table of Contents

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

AuthenticationOptions

Checker

The checker configuration options.

public CheckerOptions Checker { get; set; }

Property Value

CheckerOptions

Driver

The driver configuration options. Reserved for future versions.

public DriverOptions Driver { get; set; }

Property Value

DriverOptions

Help

The help configuration options.

public HelpOptions Help { get; set; }

Property Value

HelpOptions

Id

The terminal identifier.

public string Id { get; set; }

Property Value

string

Licensing

The licensing configuration options.

public LicensingOptions Licensing { get; set; }

Property Value

LicensingOptions

Parser

The parser configuration options.

public ParserOptions Parser { get; set; }

Property Value

ParserOptions

Router

The router configuration options.

public RouterOptions Router { get; set; }

Property Value

RouterOptions