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