SbdfColumnMetadata Class TIBCO Spotfire 7.6 API Reference
Represents column-level metadata in SBDF.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.Formats.SbdfSbdfMetadataCollection
    Spotfire.Dxp.Data.Formats.SbdfSbdfColumnMetadata

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

C#
public sealed class SbdfColumnMetadata : SbdfMetadataCollection

The SbdfColumnMetadata type exposes the following members.

Constructors

  NameDescription
Public methodSbdfColumnMetadata
Initializes a new instance of the SbdfColumnMetadata class.
Top
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 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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMutableCopy
Returns a mutable copy of this instance.
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 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
Properties

  NameDescription
Public propertyAssignedProperties
Gets an enumerable over all non-standard metadata properties of the column.
Public propertyCount
Gets the number of properties in the collection.
(Inherited from SbdfMetadataCollection.)
Public propertyDataType
Gets the data type of the column.
Public propertyIsImmutable
Gets a value indicating whether this instance is immutable or not.
(Inherited from SbdfMetadataCollection.)
Public propertyName
Gets the name of the column.
Top
Version Information

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

Reference