Class DataDefinitionFactory
The DataDefinitionFactory class is a factory class that creates a [Workspace.XBR.Xperiflow.Etl.DataDefinition](../Xperiflow.Etl/DataDefinition.md)
objects based on the [Workspace.XBR.Xperiflow.Etl.IConnectionContext](../Xperiflow.Etl/IConnectionContext.md) and [Workspace.XBR.Xperiflow.Etl.IDataContainerContext](../Xperiflow.Etl/IDataContainerContext.md).
Implements the [Workspace.XBR.Xperiflow.Etl.IDataDefinitionFactory](../Xperiflow.Etl/IDataDefinitionFactory.md) interface.
Namespace: Workspace.XBR.Xperiflow.Etl
Assembly: Xperiflow.dll
public class DataDefinitionFactory : IDataDefinitionFactory
Implements: Workspace.XBR.Xperiflow.Etl.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.
public 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
| Type | Name | Description |
|---|---|---|
| Workspace.XBR.Xperiflow.Etl.IConnectionContext | connectionContext | The connection context that is used to create the Workspace.XBR.Xperiflow.Etl.DataDefinition. |
| Workspace.XBR.Xperiflow.Etl.IDataContainerContext | dataContainerContext | The data container context that is used to create the Workspace.XBR.Xperiflow.Etl.DataDefinition. |
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