CustomFileDataSourceFactoryT Methods TIBCO Spotfire 7.6 API Reference

The CustomFileDataSourceFactoryT generic type exposes the following members.

Methods

  Name Description
Protected method AddSupportedFileExtensionsCore
Override this method to add the supported file extensions.
Protected method CanCreateDataSourceInWebClientCore
Override this method to specify whether it should be possible to create the data source in the web client. The data source must be thread safe to support the web client. By default, custom data sources cannot be created in the web client. This prevents the user from creating analyses from the data source or use the data source to add data to an existing analysis.
Protected method CreateCore
Override this method to create the custom file data source.
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.)
Protected method GetFileFormatMatchCore
Override this method to return the file format match.
(Inherited from FileDataSourceFactory.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
See Also

Reference