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](../Xperiflow.Etl.Tabular/ITabularExtractor.md) 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](../Xperiflow.Etl.Tabular/ITabularExtractor.md) object to extract data from a source

Parameters
TypeNameDescription
Workspace.XBR.Xperiflow.Etl.IConnectionContextconnectionContextThe [Workspace.XBR.Xperiflow.Etl.IConnectionContext](../Xperiflow.Etl/IConnectionContext.md) object
Workspace.XBR.Xperiflow.Etl.IDataContainerContextdataContainerContextThe [Workspace.XBR.Xperiflow.Etl.IDataContainerContext](../Xperiflow.Etl/IDataContainerContext.md) object
Workspace.XBR.Xperiflow.Etl.IDataFormatdataFormatThe [Workspace.XBR.Xperiflow.Etl.IDataFormat](../Xperiflow.Etl/IDataFormat.md) 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?