MeasureFormatInfoData Class

The data contract for MeasureFormatInfoData.
Inheritance Hierarchy

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 MeasureFormatInfoData : MeasureFormattingInfoBaseData

The MeasureFormatInfoData type exposes the following members.

Constructors
 NameDescription
Public methodMeasureFormatInfoData Initializes a new instance of the MeasureFormatInfoData class.
Top
Properties
 NameDescription
Public propertyBillionsFormat Gets or sets a format defining how to display numbers in billions units.
(Inherited from FormatInfoBaseData)
Public propertyFormat Gets or sets a .NET format string defining how to display the number.
(Inherited from FormatInfoBaseData)
Public propertyIsLargeNumberFormattingPerValue Gets or sets a value indicating whether large numbers are each formatted separately.
(Inherited from FormatInfoBaseData)
Public propertyMillionsFormat Gets or sets a format defining how to display numbers in millions units.
(Inherited from FormatInfoBaseData)
Public propertyRangeOverrides Gets the range overrides, if any.
(Inherited from MeasureFormattingInfoBaseData)
Public propertySymbol Gets or sets a symbol that can be placed before or after the number.
(Inherited from FormatInfoBaseData)
Public propertySymbolPlacement Gets or sets the placement of the symbol if not a currency symbol.
(Inherited from FormatInfoBaseData)
Public propertyThousandsFormat Gets or sets a format defining how to display numbers in thousands units.
(Inherited from FormatInfoBaseData)
Public propertyTrillionsFormat Gets or sets a format defining how to display numbers in trillions units.
(Inherited from FormatInfoBaseData)
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between MeasureFormatInfo and MeasureFormatInfoData.
Top
See Also