dundas.licensing.ActivationResult Class

 

Inheritance Hierarchy

 
Class
   dundas.licensing.ActivationResult
 

Constructors

 
  Name Description
init Initializes the ActivationResult. Called during construction.
 
 

Properties

 
  Name Description
activationRequestId Gets or sets the ID of the activation request associated with this result.
details Gets or sets any relevant details associated with the operation.
isNewLicenseVersion Gets or sets a value indicating whether the activation response contained a new version of the application license.
isSuccess Gets or sets a value indicating whether the activation operation was successful.
statusCode Gets or sets the status code associated with the result of the activation operation.
subStatus Gets or sets a secondary status code applicable to the result.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.