LicenseBase Class

Base class for licenses.
Inheritance Hierarchy
SystemObject
  LicenseObject
    Dundas.BI.LicensingLicenseBase
      Dundas.BI.LicensingLicense
      Dundas.BI.LicensingLicense2

Namespace: Dundas.BI.Licensing
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class LicenseBase : LicenseObject, 
	ILicenseBase

The LicenseBase type exposes the following members.

Properties
 NameDescription
Public propertyGeneratedDateGets the license generated date.
Public propertyIsValidGets a value indicating whether the license is valid.
Public propertyLicenseVersionGets the license version.
Public propertyReplacedLicenseIds Gets a collection containing IDs of any licenses which are replaced by this license.
Public propertyStatusGets the status of the license.
Top
See Also