Represents metadata for a table or column in STDF.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.StdfStdfMetadataCollection
Spotfire.Dxp.Data.Formats.StdfStdfColumnMetadata
Spotfire.Dxp.Data.Formats.StdfStdfTableMetadata
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 abstract class StdfMetadataCollection : IEnumerable<StdfMetadataProperty>, IEnumerable
The StdfMetadataCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of properties in the collection.
| |
| IsImmutable |
Gets a value indicating whether this instance is immutable or not.
|
Methods
| Name | Description | |
|---|---|---|
| AddOrReplaceProperty |
Adds or replaces a metadata property to the collection.
| |
| AddProperty(StdfMetadataProperty) |
Adds a new metadata property to the collection.
| |
| AddProperty(String, Int32) |
Adds a new metadata property to the collection.
| |
| AddProperty(String, String) |
Adds a new metadata property to the collection.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Gets an enumerator with all metadata properties in the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPropertyT |
Gets the value of a metadata property.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveProperty |
Removes the property with the specified name from the collection.
| |
| SetImmutable |
Sets this instance as read-only.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetProperty(String, StdfMetadataProperty) |
Looks up a metadata property by name.
| |
| TryGetPropertyT(String, T) |
Gets the value of a metadata property.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Gets an enumerator with all metadata properties in the collection.
|
Version Information
See Also