CustomFileDataSourceFactoryT Class TIBCO Spotfire 7.6 API Reference
Base class for factories that create a CustomFileDataSource. data source.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.ImportDataSourceFactory
    Spotfire.Dxp.Data.ImportFileDataSourceFactory
      Spotfire.Dxp.Data.ImportFileDataSourceFactoryT
        Spotfire.Dxp.Application.ExtensionCustomFileDataSourceFactoryT

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public abstract class CustomFileDataSourceFactory<T> : FileDataSourceFactory<T>
where T : CustomFileDataSource

Type Parameters

T

The CustomFileDataSourceFactoryT type exposes the following members.

Constructors

  NameDescription
Protected methodCustomFileDataSourceFactoryT(CustomTypeIdentifier)
Initializes a new instance of the CustomFileDataSourceFactoryT class.
Protected methodCustomFileDataSourceFactoryT(CustomTypeIdentifier, LicensedFunction)
Initializes a new instance of the CustomDataSource class.
Top
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.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference