LicensedFunction Class

Spotfire 14.3 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

SystemObject
  Spotfire.Dxp.Framework.LicenseLicensedFunction

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

C#
[SerializableAttribute]
[NotPersistedAttribute]
public sealed class LicensedFunction

The LicensedFunction type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets the localized description.
Public propertyId
Gets the id of this license function. This id is unique within the license.
Public propertyName
Gets the localized name of the license.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference