SbdfTableSlice Class TIBCO Spotfire 7.6 API Reference
Represents a slice of a data table.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.Formats.SbdfSbdfTableSlice

Namespace: Spotfire.Dxp.Data.Formats.Sbdf
Assembly: Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class SbdfTableSlice

The SbdfTableSlice type exposes the following members.

Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadSlices(BinaryReader, SbdfTableMetadata)
Enumerates over all slices in the stream of the binary reader.
Public methodStatic memberReadSlices(BinaryReader, SbdfTableMetadata, IEnumerableBoolean)
Enumerates over all slices in the stream of the binary reader.
Public methodStatic memberSkipSlices
Skips all table slices in the stream of the binary reader.
Public methodWrite
Writes this table slice to an output binary writer.
Public methodStatic memberWriteEndOfTableMarker
Writes the end of table marker to the binary writer.
Top
Properties

  NameDescription
Public propertyColumnDataTypes
Gets the column data types.
Public propertyColumnNames
Gets the column names.
Public propertyColumns
Gets the column slices of this table slice.
Public propertyMetadata
Gets the unfiltered, complete meta data of this table slice.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference