Table of Contents

Class TerminalLicensePlans

Namespace
OneImlx.Shared.Licensing
Assembly
OneImlx.Shared.dll

The terminal framework license plans.

public sealed class TerminalLicensePlans
Inheritance
TerminalLicensePlans
Inherited Members

Fields

Custom

The custom license pricing plan.

public const string Custom = "urn:oneimlx:terminal:plan:custom"

Field Value

string

Demo

The demo license pricing plan.

public const string Demo = "urn:oneimlx:terminal:plan:demo"

Field Value

string

Enterprise

The enterprise license pricing plan.

public const string Enterprise = "urn:oneimlx:terminal:plan:enterprise"

Field Value

string

Micro

The solo or micro license pricing plan.

public const string Micro = "urn:oneimlx:terminal:plan:micro"

Field Value

string

OnPremise

The on-premise license pricing plan.

public const string OnPremise = "urn:oneimlx:terminal:plan:onprem"

Field Value

string

SMB

The SMB license pricing plan.

public const string SMB = "urn:oneimlx:terminal:plan:smb"

Field Value

string

Unlimited

The unlimited license pricing plan.

public const string Unlimited = "urn:oneimlx:terminal:plan:unlimited"

Field Value

string

Methods

IsValidPlan(string)

Determines if the plan is valid for terminal.

public static bool IsValidPlan(string plan)

Parameters

plan string

Returns

bool

true if the plan is valid; otherwise, false.