Skip to main content

Interface IDataDefinitionFactory

A factory that creates a Workspace.XBR.Xperiflow.Etl.DataDefinition based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext and Workspace.XBR.Xperiflow.Etl.IDataContainerContext.

Namespace: Workspace.XBR.Xperiflow.Etl

Assembly: Xperiflow.dll

Declaration
public interface IDataDefinitionFactory

Methods

Create(IConnectionContext, IDataContainerContext)

Creates a new instance of a Workspace.XBR.Xperiflow.Etl.DataDefinition based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext and Workspace.XBR.Xperiflow.Etl.IDataContainerContext.

Declaration
DataDefinition Create(IConnectionContext connectionContext, IDataContainerContext dataContainerContext)
Returns

Workspace.XBR.Xperiflow.Etl.DataDefinition

A new instance of a Workspace.XBR.Xperiflow.Etl.DataDefinition based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext and Workspace.XBR.Xperiflow.Etl.IDataContainerContext.

Parameters
TypeNameDescription
Workspace.XBR.Xperiflow.Etl.IConnectionContextconnectionContextThe connection context that is used to create the Workspace.XBR.Xperiflow.Etl.DataDefinition.
Workspace.XBR.Xperiflow.Etl.IDataContainerContextdataContainerContextThe data container context that is used to create the Workspace.XBR.Xperiflow.Etl.DataDefinition.

Was this page helpful?