A builder class used for constructing a table slice.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.SbdfSbdfTableSliceBuilder
Namespace: Spotfire.Dxp.Data.Formats.Sbdf
Assembly: Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class SbdfTableSliceBuilder
The SbdfTableSliceBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SbdfTableSliceBuilder |
Initializes a new instance of the SbdfTableSliceBuilder class.
|
Methods
| Name | Description | |
|---|---|---|
| AddColumn |
Adds a SbdfColumnSlice to the list of columns.
| |
| Build |
Create a new SbdfTableSlice from the contents of this instance.
| |
| 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