SbdfColumnMetadata Methods

Spotfire 14.3 API Reference

The SbdfColumnMetadata type exposes the following members.

Methods

  NameDescription
Public methodAddMetadataCollection
Adds the contents of source to this instance.
(Inherited from SbdfMetadataCollection.)
Public methodAddProperty(SbdfMetadataProperty)
Adds a new metadata property to the collection.
(Inherited from SbdfMetadataCollection.)
Public methodAddProperty(String, Int32)
Adds a new metadata property to the collection.
(Inherited from SbdfMetadataCollection.)
Public methodAddProperty(String, String)
Adds a new metadata property to the collection.
(Inherited from SbdfMetadataCollection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator with all metadata properties in the collection.
(Inherited from SbdfMetadataCollection.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPropertyT
Gets the value of a metadata property.
(Inherited from SbdfMetadataCollection.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImmutableCopy
Returns an immutable copy of this instance.
Public methodMutableCopy
Returns a mutable copy of this instance.
Public methodRemoveProperty
Removes the property with the specified name from the collection.
(Inherited from SbdfMetadataCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetProperty(String, SbdfMetadataProperty)
Looks up a metadata property by name.
(Inherited from SbdfMetadataCollection.)
Public methodTryGetPropertyT(String, T)
Gets the value of a metadata property.
(Inherited from SbdfMetadataCollection.)
Public methodValidateComplete
Validates that the properties 'Name' and 'DateType' are correctly set. Throws an ArgumentException if they are not valid.
Top
Explicit Interface Implementations

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

Reference