Class XmlDestination
A Xml destination defines a xml file where data from the flow is inserted.
Inheritance
System.Object
DataFlowDestination<System.Dynamic.ExpandoObject>
DataFlowStreamDestination<System.Dynamic.ExpandoObject>
XmlDestination<System.Dynamic.ExpandoObject>
XmlDestination
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.Xml.dll
Syntax
public class XmlDestination : XmlDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, IDataFlowStreamDestination
Constructors
XmlDestination()
Declaration
public XmlDestination()
XmlDestination(String)
Declaration
public XmlDestination(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
XmlDestination(String, ResourceType)
Declaration
public XmlDestination(string uri, ResourceType resourceType)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | |
ResourceType | resourceType |