MeasureUsageFormatInfoData Class

The data contract for MeasureUsageFormatInfo.
Inheritance Hierarchy

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

The MeasureUsageFormatInfoData type exposes the following members.

Constructors
  NameDescription
Public methodMeasureUsageFormatInfoData
Initializes a new instance of the MeasureUsageFormatInfoData 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.)
Public propertyUseCubeFormatInfo
Gets or sets a value indicating whether the cube measure formatting information should be used.
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between MeasureUsageFormatInfo and MeasureUsageFormatInfoData.
Top
See Also