ShortFormattingSymbolScheme Class TIBCO Spotfire 7.6 API Reference
Represents a named list of ShortFormattingSymbol objects, used when formatting with short number format.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.FormattersShortFormattingSymbolScheme

Namespace: Spotfire.Dxp.Data.Formatters
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(4, 20)]
public sealed class ShortFormattingSymbolScheme : ISerializable

The ShortFormattingSymbolScheme type exposes the following members.

Constructors

  NameDescription
Public methodShortFormattingSymbolScheme
Initializes a new instance of the ShortFormattingSymbolScheme class with the specified name and a copy of the ShortFormattingSymbol list.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this ShortFormattingSymbolScheme.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this ShortFormattingSymbolScheme.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyName
Gets the name of this ShortFormattingSymbolScheme.
Public propertyStatic memberStandard
Gets a new standard instance of this class.
Public propertySymbols
Gets the ShortFormattingSymbol list of this ShortFormattingSymbolScheme.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference