ILicense Interface

An interface including properties corresponding to License.

Namespace: Dundas.BI.Licensing
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface ILicense : ILicenseBase

The ILicense type exposes the following members.

Properties
 NameDescription
Public propertyBaseLicenseId Gets the ID of a license on which the license represented by this instance depends.
Public propertyCpuCoreCount Gets the number of per-server CPU cores which the license will support.
Public propertyDescriptionGets the description of the license.
Public propertyExpiresGets the date/time when the license expires.
Public propertyFeatureIds Gets a collection containing IDs of any features which are enabled by the license.
Public propertyFeatureProperties Gets a dictionary containing arbitrary data used for application features. The key of the dictionary is the ID of the feature property.
Public propertyFloatingDeveloperSeatAllowanceGets the number of floating Developer seats provided by the license.
Public propertyFloatingPowerUserSeatAllowanceGets the number of floating Power User seats provided by the license.
Public propertyFloatingStandardUserSeatAllowanceGets the number of floating Standard User seats provided by the license.
Public propertyGeneratedDateGets the license generated date.
(Inherited from ILicenseBase)
Public propertyIdGets the ID of the license.
Public propertyInstanceWideCpuCoreCount Gets the number of CPU cores which the license will support across all servers in the instance.
Public propertyLicenseeGets the name of the licensee.
Public propertyLicenseKindGets the kind of license.
Public propertyLicenseVersionGets the license version.
(Inherited from ILicenseBase)
Public propertyOemLicensee Gets the name of the Dundas partner or OEM provider which is distributing the license.
Public propertyOrderIds Gets a collection of Dundas order IDs associated with the license.
Public propertyProductVersionGets the highest major version of the software on which the license will work.
Public propertyProperties Gets a dictionary containing arbitrary properties associated with the license.
Public propertyReleaseKindGets the kind of the release that the license works with.
Public propertyReplacedLicenseIds Gets a collection containing IDs of any licenses which are replaced by this license.
(Inherited from ILicenseBase)
Public propertyReservedDeveloperSeatAllowanceGets the number of reserved Developer seats provided by the license.
Public propertyReservedPowerUserSeatAllowanceGets the number of reserved Power User seats provided by the license.
Public propertyReservedStandardUserSeatAllowanceGets the number of reserved Standard User seats provided by the license.
Public propertyServerCountGets the number of servers provided by the license.
Public propertyStatusGets the status of the license.
(Inherited from ILicenseBase)
Public propertyWatermarkText Gets the watermark text to show on top of any dashboards and reports.
Top
See Also