StdfColumnMetadata Members TIBCO Spotfire 6.0 API Reference
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.
Back to 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.)
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 StdfMetadataCollection.)
Public methodGetProperty T 
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.
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 StdfMetadataCollection.)
Protected methodSetImmutable
Sets this instance as read-only.
(Inherited from StdfMetadataCollection.)
Public methodTryGetProperty(String, StdfMetadataProperty )
Looks up a metadata property by name.
(Inherited from StdfMetadataCollection.)
Public methodTryGetProperty T (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.
Back to 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.
Back to Top
See Also