ShortFormattingSymbolScheme Class

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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
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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this ShortFormattingSymbolScheme.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this ShortFormattingSymbolScheme.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(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