LicenseInstanceElement Class

Represents a license element for an instance of the software.
Inheritance Hierarchy
SystemObject
  LicenseObject
    Dundas.BI.LicensingLicenseElement
      Dundas.BI.LicensingLicenseInstanceElement

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public sealed class LicenseInstanceElement : LicenseElement

The LicenseInstanceElement type exposes the following members.

Constructors
  NameDescription
Public methodLicenseInstanceElement
Initializes a new instance of the LicenseInstanceElement class
Top
Properties
  NameDescription
Public propertyId
Gets the element ID.
(Inherited from LicenseElement.)
Public propertyIsExpired
Gets a value indicating whether the element is expired.
(Inherited from LicenseElement.)
Public propertyKind
Gets the kind of element.
(Overrides LicenseElementKind.)
Public propertyLicensee
Gets the licensee associated with the instance.
Public propertyLicenseKind
Gets the kind of license associated with the instance.
Public propertyMaxProductVersion
Gets the maximum version of the software to which the element applies.
Public propertyNotes
Gets arbitrary notes associated with the element.
(Inherited from LicenseElement.)
Public propertyOemLicensee
Gets the name of the Dundas Partner/ISV/OEM provider which is distributing the license.
Public propertyOrderIds
Gets the Dundas sales order IDs associated with the element.
(Inherited from LicenseElement.)
Public propertyReleaseKind
Gets the kind of release to which the element applies.
Public propertyValidFrom
Gets the date from which the element is valid.
(Inherited from LicenseElement.)
Public propertyValidUntil
Gets the date until which the element is valid.
(Inherited from LicenseElement.)
Top
See Also