SbdfTableSlice Members TIBCO Spotfire 6.0 API Reference
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, IEnumerable Boolean )
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.
Back to 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.
Back to Top
See Also