Class XmlSchemaValidation
Validate XML code in your incoming data against a XML schema definition. You need to define how the XML string can be read from your data row and the schema definition. Rows with a schema that is not valid are send to the error output..
Inheritance
System.Object
DataFlowSource<System.Dynamic.ExpandoObject>
XmlSchemaValidation<System.Dynamic.ExpandoObject>
XmlSchemaValidation
Implements
IDataFlowSource<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.Transformations
Assembly: ETLBox.Xml.dll
Syntax
public class XmlSchemaValidation : XmlSchemaValidation<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
XmlSchemaValidation()
Declaration
public XmlSchemaValidation()
XmlSchemaValidation(String, Func<ExpandoObject, String>)
Declaration
public XmlSchemaValidation(string xmlSchema, Func<ExpandoObject, string> xmlSelector)
Parameters
Type | Name | Description |
---|---|---|
System.String | xmlSchema | |
System.Func<System.Dynamic.ExpandoObject, System.String> | xmlSelector |