CustomFileDataSource Methods

Spotfire 14.2 API Reference

The CustomFileDataSource type exposes the following members.

Methods

  NameDescription
Public methodConnect
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode, the user may be prompted for additional settings.
(Inherited from DataSource.)
Protected methodConnectCore
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode, the user may be prompted for additional settings.
(Inherited from DataSource.)
Public methodConnectWithDelayedPrompting
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode, the user may be prompted for additional settings.
(Inherited from DataSource.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.)
Protected methodGenerateDataHistoryCore
Create detail information for the DataSource. See DataHistoryBuilder for more information on how to add detailed information to the data history.
(Inherited from FileDataSource.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from FileDataSource.)
Protected methodGetServiceT
Convenience method to fetch a service for inheritors.
(Inherited from DataSource.)
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.)
Protected methodOpenFileStream
Creates a new file stream to be used for a new reader.
(Inherited from FileDataSource.)
Protected methodSupportsWebPromptingCore
Override this method to indicate whether the data source supports prompting using a web UI.
(Inherited from DataSource.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference