Represents table and column metadata in STDF.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.StdfStdfMetadataCollection
Spotfire.Dxp.Data.Formats.StdfStdfTableMetadataBuilder
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 StdfTableMetadataBuilder : StdfMetadataCollection
The StdfTableMetadataBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StdfTableMetadataBuilder |
Initializes a new instance of the StdfTableMetadataBuilder class.
| |
| StdfTableMetadataBuilder(StdfTableMetadata) |
Initializes a new instance of the StdfTableMetadataBuilder class.
|
Properties
| Name | Description | |
|---|---|---|
| Columns |
Gets the metadata for the columns of this table.
| |
| Count |
Gets the number of properties in the collection.
(Inherited from StdfMetadataCollection.) | |
| IsImmutable |
Gets a value indicating whether this instance is immutable or not.
(Inherited from StdfMetadataCollection.) |
Methods
| Name | Description | |
|---|---|---|
| AddColumn |
Adds metadata for the next column in the table.
| |
| 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.) | |
| Build |
Builds a new instance of the StdfTableMetadata class, filled with the contents of this instance.
| |
| 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.) | |
| 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.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Gets an enumerator with all metadata properties in the collection.
(Inherited from StdfMetadataCollection.) |
Version Information
See Also