Defines a builder for SbdfColumnSlice objects.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.SbdfSbdfColumnSliceBuilder
Namespace: Spotfire.Dxp.Data.Formats.Sbdf
Assembly: Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
public sealed class SbdfColumnSliceBuilder
The SbdfColumnSliceBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SbdfColumnSliceBuilder |
Initializes a new instance of the SbdfColumnSliceBuilder class.
|
Properties
| Name | Description | |
|---|---|---|
| ErrorCodes |
Sets the error codes for this column.
| |
| InvalidValues |
Sets the invalid values for this column.
| |
| ReplacedValues |
Sets the replaced values for this column.
| |
| RowCount |
Gets the total number of rows in this SbdfColumnSliceBuilder.
| |
| Values |
Gets the values in this SbdfColumnSliceBuilder.
|
Methods
| Name | Description | |
|---|---|---|
| Build |
Builds a new SbdfColumnSlice with 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
Supported in: 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