StdfMetadataCollection Class TIBCO Spotfire 7.6 API Reference
Represents metadata for a table or column in STDF.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.Formats.StdfStdfMetadataCollection
    Spotfire.Dxp.Data.Formats.StdfStdfColumnMetadata
    Spotfire.Dxp.Data.Formats.StdfStdfTableMetadata
    Spotfire.Dxp.Data.Formats.StdfStdfTableMetadataBuilder

Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public abstract class StdfMetadataCollection : IEnumerable<StdfMetadataProperty>, 
	IEnumerable

The StdfMetadataCollection type exposes the following members.

Methods

  NameDescription
Public methodAddOrReplaceProperty
Adds or replaces a metadata property to the collection.
Public methodAddProperty(StdfMetadataProperty)
Adds a new metadata property to the collection.
Public methodAddProperty(String, Int32)
Adds a new metadata property to the collection.
Public methodAddProperty(String, String)
Adds a new metadata property to the collection.
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.
Public methodGetPropertyT
Gets the value of a metadata property.
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 methodRemoveProperty
Removes the property with the specified name from the collection.
Protected methodSetImmutable
Sets this instance as read-only.
Public methodTryGetProperty(String, StdfMetadataProperty)
Looks up a metadata property by name.
Public methodTryGetPropertyT(String, T)
Gets the value of a metadata property.
Top
Properties

  NameDescription
Public propertyCount
Gets the number of properties in the collection.
Public propertyIsImmutable
Gets a value indicating whether this instance is immutable or not.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference