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..
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
---|---|---|
string | xmlSchema | |
System.Func<T, TResult><ExpandoObject, string> | xmlSelector |