Overload List
Name | Description | |
---|---|---|
![]() | DimensionValuePathFormatter()()() |
Creates a new DimensionValuePathFormatter with no formatters.
|
![]() | DimensionValuePathFormatter(IStringFormatter, IStringFormatter) |
Creates a new DimensionValuePathFormatter with formatters for
the dimension root and path dimension values, which includes intermediates (Ancestors) and last (Dimension Value)
parts of a DimensionValuePath. This constructur returns a DimensionValuePathFormatter
that uses the default separator character '-'.
|
![]() | DimensionValuePathFormatter(Char, IStringFormatter, IStringFormatter) |
Creates a new DimensionValuePathFormatter with formatters for
the dimension root and path dimension values, which includes intermediates (Ancestors) and last (Dimension Value)
parts of a DimensionValuePath. Takes a separator parameter which defines the character
to use when joining path values in the URL string.
|