SbdfTableMetadataBuilder Class

Spotfire 14.3 API Reference
Represents table and column metadata in SBDF.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.Formats.SbdfSbdfMetadataCollection
    Spotfire.Dxp.Data.Formats.SbdfSbdfTableMetadataBuilder

Namespace:  Spotfire.Dxp.Data.Formats.Sbdf
Assembly:  Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class SbdfTableMetadataBuilder : SbdfMetadataCollection

The SbdfTableMetadataBuilder type exposes the following members.

Constructors

  NameDescription
Public methodSbdfTableMetadataBuilder
Initializes a new instance of the SbdfTableMetadataBuilder class.
Public methodSbdfTableMetadataBuilder(SbdfTableMetadata)
Initializes a new instance of the SbdfTableMetadataBuilder class.
Top
Properties

  NameDescription
Public propertyColumns
Gets the metadata for the columns of this table.
Public propertyCount
Gets the number of properties in the collection.
(Inherited from SbdfMetadataCollection.)
Public propertyIsImmutable
Gets a value indicating whether this instance is immutable or not.
(Inherited from SbdfMetadataCollection.)
Top
Methods

  NameDescription
Public methodAddColumn
Adds metadata for the next column in the table.
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 methodBuild
Builds a new instance of the SbdfTableMetadata class, filled with the contents of this instance.
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 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.)
Top
Explicit Interface Implementations

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

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference