MeasureUsageFormatInfoData Class |
Namespace: Dundas.BI.WebApi.Models
The MeasureUsageFormatInfoData type exposes the following members.
Name | Description | |
---|---|---|
MeasureUsageFormatInfoData |
Initializes a new instance of the MeasureUsageFormatInfoData class.
|
Name | Description | |
---|---|---|
BillionsFormat |
Gets or sets a format defining how to display numbers in billions units.
(Inherited from FormatInfoBaseData.) | |
Format |
Gets or sets a .NET format string defining how to display the number.
(Inherited from FormatInfoBaseData.) | |
IsLargeNumberFormattingPerValue |
Gets or sets a value indicating whether large numbers are each formatted separately.
(Inherited from FormatInfoBaseData.) | |
MillionsFormat |
Gets or sets a format defining how to display numbers in millions units.
(Inherited from FormatInfoBaseData.) | |
RangeOverrides |
Gets the range overrides, if any.
(Inherited from MeasureFormattingInfoBaseData.) | |
Symbol |
Gets or sets a symbol that can be placed before or after the number.
(Inherited from FormatInfoBaseData.) | |
SymbolPlacement |
Gets or sets the placement of the symbol if not a currency symbol.
(Inherited from FormatInfoBaseData.) | |
ThousandsFormat |
Gets or sets a format defining how to display numbers in thousands units.
(Inherited from FormatInfoBaseData.) | |
TrillionsFormat |
Gets or sets a format defining how to display numbers in trillions units.
(Inherited from FormatInfoBaseData.) | |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
UseCubeFormatInfo |
Gets or sets a value indicating whether the cube measure formatting information should be used.
|
Name | Description | |
---|---|---|
ToDataContractMappings |
The mapping between MeasureUsageFormatInfo and MeasureUsageFormatInfoData.
|