This class provides a simple, row-based interface for exporting data to the SBDF format.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.SbdfSbdfTableWriter
Namespace: Spotfire.Dxp.Data.Formats.Sbdf
Assembly: Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public sealed class SbdfTableWriter : IDisposable
The SbdfTableWriter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SbdfTableWriter(BinaryWriter, SbdfTableMetadata) |
Initializes a new instance of the SbdfTableWriter class.
| |
| SbdfTableWriter(BinaryWriter, SbdfTableMetadata, ActionInt32) |
Initializes a new instance of the SbdfTableWriter class.
|
Methods
| Name | Description | |
|---|---|---|
| AddValue |
Adds a value to the table. Values are added in a row-based manner. For each row values
must be provided for all columns.
| |
| Dispose |
Disposes of this SbdfTableWriter instance. Will flush and release the internal buffers,
but not close the output stream.
| |
| 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
Supported in: 14.7, 14.6, 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