FormatOptionsData Class

The options class used for formatting values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsFormatOptionsData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class FormatOptionsData

The FormatOptionsData type exposes the following members.

Constructors
 NameDescription
Public methodFormatOptionsDataInitializes a new instance of the FormatOptionsData class
Top
Properties
 NameDescription
Public propertyFormatString Gets or sets the format string.
Public propertyFormatType Gets or sets the format type to use.
Public propertySymbol Gets or sets the symbol.
Public propertySymbolPlacement Gets or sets the symbol.
Public propertyValue Gets or sets the value to format.
Top
See Also