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
Spotfire.Dxp.Framework.LicenseLicensedFunction
Namespace: Spotfire.Dxp.Framework.License
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [NotPersistedAttribute] public sealed class LicensedFunction
The LicensedFunction type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description | Gets the localized description.
| |
| Id | Gets the id of this license function.
This id is unique within the license.
| |
| Name | Gets the localized name of the license.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object
is equal to the current Object.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
Version Information
See Also
Reference
CustomLicense