RangeFormatInfoData Class |
Namespace: Dundas.BI.WebApi.Models
The RangeFormatInfoData type exposes the following members.
Name | Description | |
---|---|---|
RangeFormatInfoData |
Initializes a new instance of the RangeFormatInfoData 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.) | |
Range |
Gets the range for which the specified format is active.
| |
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.) |
Name | Description | |
---|---|---|
ToDataContractMappings |
The mapping between RangeFormatInfo and RangeFormatInfoData.
|