CustomFileDataSourceFactoryT Methods

Spotfire 14.3 API Reference

The CustomFileDataSourceFactoryT generic type exposes the following members.

Methods

  NameDescription
Protected methodAddSupportedFileExtensionsCore
Override this method to add the supported file extensions.
Protected methodCanCreateDataSourceInWebClientCore
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 methodCreateCore
Override this method to create the custom file data source.
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 methodGetFileFormatMatchCore
Override this method to return the file format match.
(Inherited from FileDataSourceFactory.)
Public methodGetHashCode
Serves as the default hash function.
(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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference