Class XmlSource
Reads data from a xml source. This can be any http resource or a file. By default, data is pulled via httpclient. Use the ResourceType property to read data from a file.
Inheritance
System.Object
DataFlowSource<System.Dynamic.ExpandoObject>
DataFlowExecutableSource<System.Dynamic.ExpandoObject>
DataFlowStreamSource<System.Dynamic.ExpandoObject>
XmlSource<System.Dynamic.ExpandoObject>
XmlSource
Implements
IDataFlowStreamSource<System.Dynamic.ExpandoObject>
IDataFlowExecutableSource<System.Dynamic.ExpandoObject>
IDataFlowSource<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 XmlSource : XmlSource<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowComponent, IDataFlowExecutableSource, IDataFlowStreamSource
Constructors
XmlSource()
Declaration
public XmlSource()
XmlSource(String)
Declaration
public XmlSource(string uri)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri |
XmlSource(String, ResourceType)
Declaration
public XmlSource(string uri, ResourceType resourceType)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | |
ResourceType | resourceType |