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: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public abstract class StdfMetadataCollection : IEnumerable<StdfMetadataProperty>, IEnumerable
The StdfMetadataCollection type exposes the following members.
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.
|
![]() | 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.
|
![]() | 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.
|
![]() | TryGetProperty(String, StdfMetadataProperty) |
Looks up a metadata property by name.
|
![]() | TryGetPropertyT(String, T) |
Gets the value of a metadata property.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of properties in the collection.
|
![]() | IsImmutable |
Gets a value indicating whether this instance is immutable or not.
|
Version Information
See Also