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
object
DataFlowSource<ExpandoObject>
DataFlowExecutableSource<ExpandoObject>
DataFlowStreamSource<ExpandoObject>
XmlSource<ExpandoObject>
XmlSource
Implements
IDataFlowStreamSource<ExpandoObject>
IDataFlowExecutableSource<ExpandoObject>
IDataFlowSource<ExpandoObject>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.Xml
Assembly: ETLBox.Xml.dll
Syntax
public class XmlSource : XmlSource<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowStreamSource, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent
Constructors
XmlSource()
Declaration
public XmlSource()
XmlSource(string, ResourceType)
Declaration
public XmlSource(string uri, ResourceType resourceType)
Parameters
Type | Name | Description |
---|---|---|
string | uri | |
ResourceType | resourceType |
XmlSource(string)
Declaration
public XmlSource(string uri)
Parameters
Type | Name | Description |
---|---|---|
string | uri |