LicenseFeatureElement Class

Represents a license element which enables the use of an application feature.
Inheritance Hierarchy
SystemObject
  LicenseObject
    Dundas.BI.LicensingLicenseElement
      Dundas.BI.LicensingLicenseFeatureElement

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 LicenseFeatureElement : LicenseElement

The LicenseFeatureElement type exposes the following members.

Constructors
 NameDescription
Public methodLicenseFeatureElementInitializes a new instance of the LicenseFeatureElement class
Top
Properties
 NameDescription
Public propertyFeatureIdGets the ID of the feature.
Public propertyFeaturePropertiesGets property values for the feature associated with this element.
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 propertyNotesGets arbitrary notes associated with the element.
(Inherited from LicenseElement)
Public propertyOrderIdsGets the Dundas sales order IDs associated with the element.
(Inherited from LicenseElement)
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