Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Static
MaxGets the maximum length of a name string.
Static
AreStatic
AsNormalizes a name string by trimming at both ends and converting to Unicode normal form C.
The string to be normalized.
The normalized string.
Static
CreateMakes a suggested name string unique within a collection by appending a suffix. Truncates the suggested name if it is too long for a name string, and normalizes the name.
The suggested name.
The set of names.
A unique name string.
Static
CreateCreates a collection of unique and normalized name strings from a given set of original names.
The name to use for null or empty names.
The original names.
A list of normalized and unique name strings.
Static
IsChecks if a string can be used as a valid name.
The string.
True if the string is not empty or too long.
Static
IsChecks if an input string can be used as a name.
The suggested name.
The set of taken names.
True if okay.
Static
ValidateValidates the name of a custom Spotfire.Dxp.Data.DataProperty.
Name of the property.
Provides static utility methods for validating and creating strings representing names.
These methods should be used when creating names for elements in the data manager, like a data table or a data column.
Since
2.0