Click or drag to resize

LicenseHelper Class

Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.HelpersLicenseHelper

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class LicenseHelper

The LicenseHelper type exposes the following members.

Constructors
  NameDescription
Public methodLicenseHelper
Top
Methods
  NameDescription
Public methodStatic memberCheckAndAddLicencWarnings
Checks if the number of managed identities exceeds the licenced number
Public methodStatic memberCheckModuleLicenseAndThrow
Checks if the license key allows access to using a specfic module. Throws a LicenseException if it doesn't.
Public methodStatic memberGetLicenseInfo
Public methodStatic memberHasLicenseKey
Does the system have a license key at all? (doesn't necessarily mean that it is valid)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also