The DimensionValuePathFormatter type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Format
Formats the elements of a DimensionValuePath by applying RootFormatter to DimensionValuePath.First, PathFormatter to DimensionValuePath.Intermediates and DimensionValuePath.Last.

Root, intermediates or selected dimension value can be set to be included or excluded in the formatted string by setting the AppendRoot, AppendAncestors and AppendDimensionValue properties.

GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
JoinFormattedValues
Joins the string output of the applied IStringFormatters on portions of the DimensionValuePath using the Separator
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also