dundas.admin.ApplicationInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.admin.ApplicationInfo
 

Constructors

 
  Name Description
init Initializes the Application Info class. Called during construction.
 
 

Properties

 
  Name Description
buildDate Gets or sets the build date.
instanceId Gets or sets the instance ID for this server.
isCloudMode Gets or sets a value of whether this product is the cloud version.
isDevelopmentInstance Gets or sets a value indicating whether this is a development instance or not.
latestVersion Gets or sets the latest publicly-available version of Dundas BI.
latestVersionDownloadUri Gets or sets the download link for the latest publicly-available version of Dundas BI.
licensedTo Gets or sets the licensee(s) of all valid licenses.
licenseIds Gets or sets the ID(s) of all valid licenses.
licenseKind Gets or sets the license kind.
maintainerEmailAddress Gets or sets the email address of the system administrator account.
productVersion Gets or sets the product version.
productVersionDisplayText Gets or sets the product version display text (friendly).
releaseKind Gets or sets the release kind.
serverFingerprint Gets or sets the string which uniquely identifies the server on which the application is running.
 
 

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.