SbdfTableMetadata Methods TIBCO Spotfire 6.0 API Reference
The SbdfTableMetadata 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.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator with all metadata properties in the collection.
(Inherited from SbdfMetadataCollection.)
Public methodGetProperty T 
Gets the value of a metadata property.
(Inherited from SbdfMetadataCollection.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRead
Reads a SbdfTableMetadata instance from an input stream.
Public methodRemoveProperty
Removes the property with the specified name from the collection.
(Inherited from SbdfMetadataCollection.)
Protected methodSetImmutable
Sets this instance as read-only.
(Inherited from SbdfMetadataCollection.)
Public methodTryGetProperty(String, SbdfMetadataProperty )
Looks up a metadata property by name.
(Inherited from SbdfMetadataCollection.)
Public methodTryGetProperty T (String, T )
Gets the value of a metadata property.
(Inherited from SbdfMetadataCollection.)
Public methodWrite
Writes this instance to the binary writer.
Back to Top
See Also