Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
StaticMaxStaticAreStaticAsNormalizes a name string by trimming at both ends and converting to Unicode normal form C.
The string to be normalized.
The normalized string.
StaticCreateMakes 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.
StaticCreateCreates 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.
StaticIsChecks if a string can be used as a valid name.
The string.
True if the string is not empty or too long.
StaticIsChecks if an input string can be used as a name.
The suggested name.
The set of taken names.
True if okay.
StaticValidateValidates 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