Click or drag to resize

XmlValidationHelper Class

The XmlValidationHelper class supports validation of xml data against a xml schema known by the application.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.HelpersXmlValidationHelper

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class XmlValidationHelper

The XmlValidationHelper type exposes the following members.

Constructors
  NameDescription
Public methodXmlValidationHelper
Top
Properties
  NameDescription
Public propertyDbConnection
Public propertyDbTransaction
Public propertyValidationErrors
After calling Validate() the validation errors can be retrieved here.
Top
Methods
  NameDescription
Public methodValidate(String, String)
Validates a xml document against a schema. Validation errors (if any) can be retrieved in ValidationErrors.
Public methodValidate(XmlDocument, String)
Validates a xml document against a schema. Validation errors (if any) can be retrieved in ValidationErrors.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also