TextDataReaderSettings Methods TIBCO Spotfire 7.6 API Reference

The TextDataReaderSettings type exposes the following members.

Methods

  Name Description
Public method AddColumnNameRow
Adds the provided row to the list of column name rows.
Public method AddColumnNameRows
Adds the provided rows to the list of column name rows.
Public method AddIgnoreColumn
Adds the provided column to the list of ignored columns.
Public method AddIgnoreColumns
Adds the provided columns to the list of ignore columns.
Public method AddIgnoreRow
Adds the provided row to the list of ignored rows.
Public method AddIgnoreRows
Adds the provided rows to the list of ignored rows.
Public method AddPercentColumn
Adds a column to the list of percent columns.
Public method ClearColumnNameRows
Clears the list of column name rows.
Public method ClearColumnNames
Clears the list of column names. If the clearPersisted flag is false, the persisted names are kept.
Public method ClearDataTypes
Clears the list of data types. If the clearPersisted flag is false, the persisted data types are kept.
Public method ClearFormatters
Clears the list of formatters. If the clearPersisted flag is false, the persisted formatters are kept.
Public method ClearIgnoreColumns
Clears the list of ignored columns.
Public method ClearIgnoreRows
Clears the list of ignored rows.
Public method ClearParsers
Clear the list of parsers.
Public method ClearPercentColumns
Clears the list of Percent columns.
Public method Clone
Makes a clone of the settings object.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetColumnName
Gets the name for a specific column.
Public method GetColumnOffset
Gets the offset for the column, that is the count of ignored columns prior to this column. This is used when reading the data in TextDataReader.
Public method GetDataType
Gets the DataType for a specific column.
Public method GetDataTypeName
Gets the Spotfire type for the specified column.
Public method GetFormatter
Gets the IDataFormatter for the provided column.
Public method GetInvariantCurrencySymbol
Gets the invariant currency symbol, if one exists.
Public method GetParser
Gets the parser that will be used to parse this column. If none has been set, None will be returned.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HasMoreHeaders
Returns true if there are any type or name rows with higher number than the provided row number.
Public method IsPercentColumn
Returns true if the provided column is present in the list of percent columns.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RemoveColumnName
Removes the column name from the list of column names.
Public method RemoveColumnNameRows
Removes the provided rows from the list of column name rows.
Public method RemoveDataType
Removes the stored data type for the specified column.
Public method RemoveFormatter
Removes the IDataFormatter for the provided column.
Public method RemoveIgnoreColumns
Removes the provided columns to the list of ignored columns.
Public method RemoveIgnoreRows
Removes the provided rows from the list of ignored rows.
Public method RemoveParser
Removes the parser for the provided column from the list of parsers, if it exists.
Public method RemovePercentColumn
Removes the provided column from the list of percent columns, if it exists.
Public method SetColumnName
Explicitly sets the name of a column.
Public method SetDataType
Explicitly sets the DataType of a column.
Public method SetFormatter
Sets the IDataFormatter for the provided column.
Public method SetInvariantCurrencySymbol
Sets the invariant currency symbol for the provided column index.
Public method SetParser
Sets the parser to use for the provided column.
Public method Static member ValidateColumnType
Validates the data type string, and if valid return the corresponding data type, otherwise returns Undefined.
Public method ValidateUniqueLines
A sanity check to make sure that no name rows, type row or ignored rows are the same.
Public method Static member VerifyDefaultColumnName(String)
Verifies if the string is a valid default column name string.
Public method Static member VerifyDefaultColumnName(String, String)
Verifies if the string is a valid default column name string.
Top
See Also

Reference