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
| Type | Name | Description |
|---|---|---|
| Workspace.XBR.Xperiflow.Etl.IConnectionContext | connectionContext | The Workspace.XBR.Xperiflow.Etl.IConnectionContext object |
| Workspace.XBR.Xperiflow.Etl.IDataContainerContext | dataContainerContext | The Workspace.XBR.Xperiflow.Etl.IDataContainerContext object |
| Workspace.XBR.Xperiflow.Etl.IDataFormat | dataFormat | The 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.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString