Represents table and column metadata in STDF.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.Stdf.StdfMetadataCollection
Spotfire.Dxp.Data.Formats.Stdf.StdfTableMetadataBuilder
Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
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.) |
![]() | GetProperty<T> |
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.) |
![]() | TryGetProperty<T>(String, T) |
Gets the value of a metadata property.
(Inherited from StdfMetadataCollection.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.GetEnumerator |
Gets an enumerator with all metadata properties in the collection.
(Inherited from StdfMetadataCollection.) |
Version Information
Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also