Class LicenceType
Licence type, as defined in the ModuleLicence.LicenceType field in the database
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class LicenceType : Enum
Fields
Associate
The module licenced by this row is assigned on a per-user basis ("associate licence")
Declaration
public const LicenceType Associate
Field Value
Type | Description |
---|---|
LicenceType |
Database
The module licenced by this row is assigned on a per-database basis ("site licence")
Declaration
public const LicenceType Database
Field Value
Type | Description |
---|---|
LicenceType |
value__
Licence type, as defined in the ModuleLicence.LicenceType field in the database
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
WholeSystem
The module licenced by this row is automatically valid for all databases and users in the system
Declaration
public const LicenceType WholeSystem
Field Value
Type | Description |
---|---|
LicenceType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)