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.
Initializes a new instance of the Spotfire.Dxp.Data.Formats.Stdf.StdfTableMetadataBuilder class.
Initializes a new instance of the Spotfire.Dxp.Data.Formats.Stdf.StdfTableMetadataBuilder class.
The source Spotfire.Dxp.Data.Formats.Stdf.StdfTableMetadata object to fill the contents of this instance with.
Gets the metadata for the columns of this table.
Adds metadata for the next column in the table.
The column metadata.
Adds or replaces a metadata property to the collection.
The new or modified metadata property.
Adds a new metadata property to the collection.
The new metadata property.
Builds a new instance of the Spotfire.Dxp.Data.Formats.Stdf.StdfTableMetadata class, filled with the contents of this instance.
A new Spotfire.Dxp.Data.Formats.Stdf.StdfTableMetadata instance.
Gets an enumerator with all metadata properties in the collection.
An enumerator instance.
Gets the value of a metadata property.
Generic type argument
The name of the property.
The value of the metadata property.
Removes the property with the specified name from the collection.
The property name.
Looks up a metadata property by name.
The name of the property.
The metadata property.
True if the name was found; otherwise, false.
Gets the value of a metadata property.
Generic type argument
The name of the property.
The value of the property if found; otherwise, null.
True if the name was found; otherwise, false.
Represents table and column metadata in STDF.
Since
2.1