Represents a metadata property for a data table or column in STDF.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.StdfStdfMetadataProperty
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 StdfMetadataProperty
The StdfMetadataProperty type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StdfMetadataProperty(String, Int32) |
Initializes a new instance of the StdfMetadataProperty class.
| |
| StdfMetadataProperty(String, String) |
Initializes a new instance of the StdfMetadataProperty class.
| |
| StdfMetadataProperty(String, StdfValueType, Object) |
Initializes a new instance of the StdfMetadataProperty class.
|
Properties
| Name | Description | |
|---|---|---|
| Name |
Gets the name of the metadata property.
| |
| Value |
Gets the value of the metadata property.
| |
| ValueType |
Gets the value type of the metadata property.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also