StdfTableMetadataBuilder Methods TIBCO Spotfire 7.6 API Reference

The StdfTableMetadataBuilder type exposes the following members.

Methods

  Name Description
Public method AddColumn
Adds metadata for the next column in the table.
Public method AddOrReplaceProperty
Adds or replaces a metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public method AddProperty(StdfMetadataProperty)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public method AddProperty(String, Int32)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public method AddProperty(String, String)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public method Build
Builds a new instance of the StdfTableMetadata class, filled with the contents of this instance.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Gets an enumerator with all metadata properties in the collection.
(Inherited from StdfMetadataCollection.)
Public method GetPropertyT
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RemoveProperty
Removes the property with the specified name from the collection.
(Inherited from StdfMetadataCollection.)
Protected method SetImmutable
Sets this instance as read-only.
(Inherited from StdfMetadataCollection.)
Public method TryGetProperty(String, StdfMetadataProperty)
Looks up a metadata property by name.
(Inherited from StdfMetadataCollection.)
Public method TryGetPropertyT(String, T)
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.)
Top
See Also

Reference