ApplicationInfoData Class

Base data contract object for returning an ApplicationInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsApplicationInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.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 propertyBuildDateGets the build date of the application, in UTC time.
Public propertyInstanceIdGets 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 propertyLicensedToGets the licensee(s) of all valid licenses.
Public propertyLicenseIdsGets the ID(s) of all valid licenses.
Public propertyLicenseKindGets 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 propertyMaintainerEmailAddressGets the email address of the maintainer of the application.
Public propertyProductVersionGets the full version number of the application.
Public propertyProductVersionDisplayTextGets the friendly display version of the product version.
Public propertyReleaseKindGets the release kind of the application.
Public propertyServerFingerprintGets 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