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 (26.2.0.1000)
Syntax
public sealed class LicenseInstanceElement : LicenseElement

The LicenseInstanceElement type exposes the following members.

Constructors
 NameDescription
Public methodLicenseInstanceElementInitializes a new instance of the LicenseInstanceElement class
Top
Properties
 NameDescription
Public propertyIdGets the element ID.
(Inherited from LicenseElement)
Public propertyIsExpiredGets a value indicating whether the element is expired.
(Inherited from LicenseElement)
Public propertyKindGets the kind of element.
(Overrides LicenseElementKind)
Public propertyLicenseeGets the licensee associated with the instance.
Public propertyLicenseKindGets the kind of license associated with the instance.
Public propertyMaxProductVersion Gets the maximum version of the software to which the element applies.
Public propertyNotesGets 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 propertyOrderIdsGets the Dundas sales order IDs associated with the element.
(Inherited from LicenseElement)
Public propertyReleaseKindGets the kind of release to which the element applies.
Public propertyValidFromGets the date from which the element is valid.
(Inherited from LicenseElement)
Public propertyValidUntilGets the date until which the element is valid.
(Inherited from LicenseElement)
Top
See Also