Classes
Class | Description | |
---|---|---|
StdfColumnMetadata |
Represents column-level metadata in STDF.
|
|
StdfMetadataCollection |
Represents metadata for a table or column in STDF.
|
|
StdfMetadataProperty |
Represents a metadata property for a data table or column in STDF.
|
|
StdfTableMetadata |
Represents immutable table and column metadata in STDF. Created using the corresponding builder class.
|
|
StdfTableMetadataBuilder |
Represents table and column metadata in STDF.
|
|
StdfTableReader |
This class provides a simple interface for reading data on the STDF format.
|
|
StdfTableWriter |
This class provides a simple interface for writing data to the STDF format.
|
|
StdfValueType |
Represents the type of a data value or metadata property in STDF.
|
Delegates
Delegate | Description | |
---|---|---|
StdfValueType FormattingDelegate |
Delegate that represents a value formatting method.
|
|
StdfValueType ParsingDelegate |
Delegate that represents a value parsing method.
|
Enumerations
Enumeration | Description | |
---|---|---|
StdfValueTypeId |
Type identifiers for value types in STDF.
|