Represents column-level metadata in STDF.
Inheritance Hierarchy
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: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class StdfColumnMetadata : StdfMetadataCollection
The StdfColumnMetadata type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StdfColumnMetadata |
Initializes a new instance of the StdfColumnMetadata class.
| |
| StdfColumnMetadata(String, StdfValueType) |
Initializes a new instance of the StdfColumnMetadata class.
|
Properties
| Name | Description | |
|---|---|---|
| AssignedProperties |
Gets an enumerable over all non-mandatory metadata properties of the column.
| |
| Count |
Gets the number of properties in the collection.
(Inherited from StdfMetadataCollection.) | |
| DataType |
Gets the data type of the column.
| |
| IsImmutable |
Gets a value indicating whether this instance is immutable or not.
(Inherited from StdfMetadataCollection.) | |
| Name |
Gets the name of the column.
|
Methods
| Name | Description | |
|---|---|---|
| AddOrReplaceProperty |
Adds or replaces a metadata property to the collection.
(Inherited from StdfMetadataCollection.) | |
| AddProperty(StdfMetadataProperty) |
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.) | |
| AddProperty(String, Int32) |
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.) | |
| AddProperty(String, String) |
Adds a new metadata property to the collection.
(Inherited from StdfMetadataCollection.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Gets an enumerator with all metadata properties in the collection.
(Inherited from StdfMetadataCollection.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPropertyT |
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImmutableCopy |
Returns an immutable copy of this instance.
| |
| MutableCopy |
Returns a mutable copy of this instance.
| |
| RemoveProperty |
Removes the property with the specified name from the collection.
(Inherited from StdfMetadataCollection.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetProperty(String, StdfMetadataProperty) |
Looks up a metadata property by name.
(Inherited from StdfMetadataCollection.) | |
| TryGetPropertyT(String, T) |
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.) | |
| ValidateComplete |
Validates that the properties 'Name' and 'DateType' are correctly set. Throws an ArgumentException if they are not valid.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Gets an enumerator with all metadata properties in the collection.
(Inherited from StdfMetadataCollection.) |
Version Information
See Also