LicensedFunction Class TIBCO Spotfire 6.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: 14.10.7525.5058 (14.10.7525.5058)
Syntax

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

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