LicenceType

Description

[PersistentEnum]
enum Tinman.Core.Licensing.LicenceType

Enumeration of licence types.

See also

LicenceMetadata

Public / Constants

Unknown

public constant Unknown → (0:int32)

Unknown licence type.

User

public constant User → (1:int32)

Allows a single user to use all versions of the licenced entity during a specific time period.

Domain

public constant Domain → (2:int32)

Allows all users of a domain to use all versions of the licenced entity during a specific time period.

Product

public constant Product → (3:int32)

Allows perpetual use of the licenced entity (up to a maximum entity version) in a specific software product.

Company

public constant Company → (4:int32)

Allows perpetual use of the licenced entity (up to a maximum entity version) in all software products of a specific company.

Full

public constant Full → (5:int32)

Allows perpetual use of the licenced entity (up to a maximum entity version) in all software products.