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: 30.0.11525.4184 (30.0.11525.4184)
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.
|
Methods
Name | Description | |
---|---|---|
![]() | Build |
Builds a new SbdfColumnSlice with the contents of this instance.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
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.
|
Version Information
See Also