StiLicenseActivationResponse Class

Namespace: Stimulsoft.Base.Licenses

Inheritance

Inherits from: StiLicenseObject

Properties

Property Type Description
Exception string An information about exception which occurs during activation process.
LicenseKey StiLicenseKey  
ResultNotice StiNotice A message about the running command. This Result can be skipped.
ResultSuccess bool True or False value which depend on the status of the running command.

Methods

Method Returns Description
CreateStik string  
Get static (+1 overloads) StiLicenseActivationResponse  
MakeFine static StiLicenseActivationResponse  
MakeWrong static StiLicenseActivationResponse  

Method Details

CreateStik

CreateStik(): string

Returns string


Get static

Get(**: bytebytes): StiLicenseActivationResponse

Parameters

  • ** (bytebytes)

Returns StiLicenseActivationResponse


Get(str: string): StiLicenseActivationResponse

Parameters

  • str (string)

Returns StiLicenseActivationResponse


MakeFine static

MakeFine(licenseKey: StiLicenseKey): StiLicenseActivationResponse

Parameters

Returns StiLicenseActivationResponse


MakeWrong static

MakeWrong(notice: StiNotice): StiLicenseActivationResponse

Parameters

Returns StiLicenseActivationResponse