Skip to main content

Class TabularExtractorFactory

A concrete implementation of Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractorFactory that creates instances of Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor to extract tabular data.

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular

Assembly: Xperiflow.dll

Declaration
public class TabularExtractorFactory : ITabularExtractorFactory

Implements: Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractorFactory

Methods

CreateTabularExtractor(IConnectionContext, IDataContainerContext, IDataFormat)

Creates an Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor object using the specified connection context, data container context, and data format.

Declaration
public ITabularExtractor CreateTabularExtractor(IConnectionContext connectionContext, IDataContainerContext dataContainerContext, IDataFormat dataFormat)
Returns

Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor

A concrete implementation of an Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor object to extract data from a source

Parameters
TypeNameDescription
Workspace.XBR.Xperiflow.Etl.IConnectionContextconnectionContextThe Workspace.XBR.Xperiflow.Etl.IConnectionContext object
Workspace.XBR.Xperiflow.Etl.IDataContainerContextdataContainerContextThe Workspace.XBR.Xperiflow.Etl.IDataContainerContext object
Workspace.XBR.Xperiflow.Etl.IDataFormatdataFormatThe Workspace.XBR.Xperiflow.Etl.IDataFormat object
Exceptions

System.NotSupportedException

Implements

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?