StdfTableMetadata Methods

Spotfire 14.3 API Reference

The StdfTableMetadata type exposes the following members.

Methods

  NameDescription
Public methodAddOrReplaceProperty
Adds or replaces a metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public methodAddProperty(StdfMetadataProperty)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public methodAddProperty(String, Int32)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public methodAddProperty(String, String)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAllColumnProperties
Gets all the column properties with default values, without duplicates and in the order used in the file header.
Public methodGetEnumerator
Gets an enumerator with all metadata properties in the collection.
(Inherited from StdfMetadataCollection.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPropertyT
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveProperty
Removes the property with the specified name from the collection.
(Inherited from StdfMetadataCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetProperty(String, StdfMetadataProperty)
Looks up a metadata property by name.
(Inherited from StdfMetadataCollection.)
Public methodTryGetPropertyT(String, T)
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Gets an enumerator with all metadata properties in the collection.
(Inherited from StdfMetadataCollection.)
Top
See Also

Reference