Class TextDestination
Writes data into a text file. Each line in the output is created by calling the WriteLineFunc or by invoking ToString() on the object.
Inheritance
System.Object
DataFlowDestination<System.Dynamic.ExpandoObject>
DataFlowStreamDestination<System.Dynamic.ExpandoObject>
TextDestination<System.Dynamic.ExpandoObject>
TextDestination
Implements
IDataFlowStreamDestination<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
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()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.dll
Syntax
public class TextDestination : TextDestination<ExpandoObject>, IDataFlowLogging, IDataFlowStreamDestination<ExpandoObject>, IDataFlowStreamDestination, ILoggableTask, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
TextDestination()
Declaration
public TextDestination()
TextDestination(String)
Declaration
public TextDestination(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |
TextDestination(String, Func<ExpandoObject, String>)
Declaration
public TextDestination(string fileName, Func<ExpandoObject, string> writeLineFunc)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
System.Func<System.Dynamic.ExpandoObject, System.String> | writeLineFunc |