Skip to main content

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

Declaration
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.

Declaration
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
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.
System.ChardelimiterThe delimiter for the data.

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?