LicensedFunction Class TIBCO Spotfire 7.0 API Reference
Instances of this class define parts of a license that can be enabled or disabled by administrators. The licensed function consists of an identifier, a name, and a description. The Id of the function is required be unique within the License to which it is being added. The Name and Description together constitute a user-friendly representation of the feature. Therefore, it is recommended that these strings are localized.

Licensed functions are typically created as static members of a concrete License implementation.

Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.License LicensedFunction

Namespace: Spotfire.Dxp.Framework.License
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[SerializableAttribute]
[NotPersistedAttribute]
public sealed class LicensedFunction : ILicensedFeature
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also