ApplicationInfoData Class

Base data contract object for returning an ApplicationInfo through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ApplicationInfoData : BaseDataContract

The ApplicationInfoData type exposes the following members.

Constructors
  NameDescription
Public methodApplicationInfoData
Initializes a new instance of the ApplicationInfoData class.
Top
Properties
  NameDescription
Public propertyBuildDate
Gets the build date of the application, in UTC time.
Public propertyInstanceId
Gets the ID of the application instance.
Public propertyIsDevelopmentInstance
Gets a value indicating whether the current instance is licensed solely for development purposes.
Public propertyIsFullSaaSMode
Public propertyLatestVersion
Gets the latest publicly-available version of Dundas BI.
Public propertyLatestVersionDownloadUri
Gets a download link for the latest publicly-available version of Dundas BI.
Public propertyLicensedTo
Gets the licensee(s) of all valid licenses.
Public propertyLicenseIds
Gets the ID(s) of all valid licenses.
Public propertyLicenseKind
Gets the kind of the licenses used by the application.
Public propertyLicenseLeaseAcquired
Gets the date/time (in UTC) at which the lease for the current license was acquired.
Public propertyLicenseLeaseValidUntil
Gets the date/time (in UTC) at which the lease for the current license expires.
Public propertyMaintainerEmailAddress
Gets the email address of the maintainer of the application.
Public propertyProductVersion
Gets the full version number of the application.
Public propertyProductVersionDisplayText
Gets the friendly display version of the product version.
Public propertyReleaseKind
Gets the release kind of the application.
Public propertyServerFingerprint
Gets a string which uniquely identifies the server on which the application is running.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between ApplicationInfo and ApplicationInfoData.
Top
See Also