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
object
DataFlowDestination<ExpandoObject>
DataFlowStreamDestination<ExpandoObject>
TextDestination<ExpandoObject>
TextDestination
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.DataFlow
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, Func<ExpandoObject, string>)
Declaration
public TextDestination(string fileName, Func<ExpandoObject, string> writeLineFunc)
Parameters
Type | Name | Description |
---|---|---|
string | fileName | |
System.Func<T, TResult><ExpandoObject, string> | writeLineFunc |
TextDestination(string)
Declaration
public TextDestination(string fileName)
Parameters
Type | Name | Description |
---|---|---|
string | fileName |