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

[SerializableAttribute]
[NotPersistedAttribute]
public sealed class LicensedFunction : ILicensedFeature
See Also