StdfColumnMetadata Class

Spotfire 14.3 API Reference
Represents column-level metadata in STDF.
Inheritance Hierarchy

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

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

C#
public sealed class StdfColumnMetadata : StdfMetadataCollection

The StdfColumnMetadata type exposes the following members.

Constructors

  NameDescription
Public methodStdfColumnMetadata
Initializes a new instance of the StdfColumnMetadata class.
Public methodStdfColumnMetadata(String, StdfValueType)
Initializes a new instance of the StdfColumnMetadata class.
Top
Properties

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

  NameDescription
Public methodAddOrReplaceProperty
Adds or replaces a metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public methodAddProperty(StdfMetadataProperty)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public methodAddProperty(String, Int32)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
Public methodAddProperty(String, String)
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.)
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 StdfMetadataCollection.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPropertyT
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImmutableCopy
Returns an immutable copy of this instance.
Public methodMutableCopy
Returns a mutable copy of this instance.
Public methodRemoveProperty
Removes the property with the specified name from the collection.
(Inherited from StdfMetadataCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetProperty(String, StdfMetadataProperty)
Looks up a metadata property by name.
(Inherited from StdfMetadataCollection.)
Public methodTryGetPropertyT(String, T)
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.)
Public methodValidateComplete
Validates that the properties 'Name' and 'DateType' are correctly set. Throws an ArgumentException if they are not valid.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Gets an enumerator with all metadata properties in the collection.
(Inherited from StdfMetadataCollection.)
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