Class DataDefinitionFactory
The DataDefinitionFactory class is a factory class that creates a Workspace.XBR.Xperiflow.Etl.DataDefinition
objects based on the Workspace.XBR.Xperiflow.Etl.IConnectionContext and Workspace.XBR.Xperiflow.Etl.IDataContainerContext.
Implements the Workspace.XBR.Xperiflow.Etl.IDataDefinitionFactory interface.
Namespace: Workspace.XBR.Xperiflow.Etl
Assembly: Xperiflow.dll
public class DataDefinitionFactory : IDataDefinitionFactory
Implements: Workspace.XBR.Xperiflow.Etl.IDataDefinitionFactory
Methods
Create(IConnectionContext, IDataContainerContext, char)
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, char delimiter = ',')
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. |
System.Char | delimiter | The delimiter for the data. |
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