Packagestimulsoft.base.licenses
Classpublic class StiLicense
InheritanceStiLicense Inheritance Object

This class is used for setup licensing of the reporting tool.



Public Properties
 PropertyDefined By
  key : String
[static] A string representation of the license key.
StiLicense
  licenseKey : StiLicenseKey
[static]
StiLicense
Public Methods
 MethodDefined By
  
loadFromString(licenseKey:String):void
[static] Loads a license key from the specified string.
StiLicense
  
setNewLicenseKey(value:String, throwException:Boolean = true):void
[static]
StiLicense
Property Detail
keyproperty
key:String

A string representation of the license key.


Implementation
    public static function get key():String
    public static function set key(value:String):void
licenseKeyproperty 
public static var licenseKey:StiLicenseKey

Method Detail
loadFromString()method
public static function loadFromString(licenseKey:String):void

Loads a license key from the specified string.

Parameters

licenseKey:String

setNewLicenseKey()method 
public static function setNewLicenseKey(value:String, throwException:Boolean = true):void

Parameters

value:String
 
throwException:Boolean (default = true)