Action
    Preparing search index...

    Base class for a preference property. For more information, refer to Spotfire.Dxp.Framework.Preferences.PreferenceProperty.

    It is not possible to extend this class through inheritance. Instead, use the class Spotfire.Dxp.Framework.Preferences.PreferenceProperty.

    2.0

    Hierarchy (View Summary)

    Index

    Methods

    • Casts this object to the specified type. Throws error on failure.

      Type Parameters

      • T1

        The target type of the cast.

      • T2

        The type of the object to cast.

      Parameters

      Returns T1

    • Determines whether the specified object is equal to the current object.

      Parameters

      • obj: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object; otherwise, false.

    • Serves as the default hash function.

      Returns number

      A hash code for the current object.

    • Returns a string that represents the current object.

      Returns string

      A string that represents the current object.

    • Casts this object to the specified type. Returns null on failure.

      Type Parameters

      • T1

        The target type of the cast.

      • T2

        The type of the object to cast.

      Parameters

      Returns null | T1

    • Determines whether the specified object instances are considered equal.

      Parameters

      • objA: any

        The first object to compare.

      • objB: any

        The second object to compare.

      Returns boolean

      true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

    Default capability

    • get Name(): string

      Gets the name of this property.

      Returns string

      2.0

    • get ValueType(): Type

      Gets the type of the value of this property.

      Returns Type

      2.0

    • Resets any value that may explicitly have been given to this property on a user level basis through a call to Spotfire.Dxp.Framework.Preferences.PreferenceProperty.Value. The effect of resetting a property is that when the Value of it is queried, either the group value or the default value will be returned.

      Returns void

      2.0

    • Undoes any changes that may have been to the value of this property since it was last saved.

      Returns void

      2.0