LicensedFunction Class TIBCO Spotfire 5.5 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: 11.15.5816.4413 (11.15.5816.4413)
Syntax

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

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also