Table of Contents

Class LicenseCheckerResult

Namespace
OneImlx.Terminal.Licensing
Assembly
OneImlx.Terminal.dll

The default ILicenseChecker result.

public sealed class LicenseCheckerResult
Inheritance
LicenseCheckerResult
Inherited Members

Constructors

LicenseCheckerResult(License)

Initializes a new instance.

public LicenseCheckerResult(License license)

Parameters

license License

The checked license.

Properties

CommandGroupCount

The grouped command count.

public long CommandGroupCount { get; set; }

Property Value

long

License

The valid license.

public License License { get; }

Property Value

License

OptionCount

The option count.

public long OptionCount { get; set; }

Property Value

long

RootCommandCount

The root command count.

public long RootCommandCount { get; set; }

Property Value

long

SubCommandCount

The sub command count.

public long SubCommandCount { get; set; }

Property Value

long

TerminalCount

The terminal count.

public long TerminalCount { get; set; }

Property Value

long