XmlValidationHelper Class |
Namespace: Omada.OE.AppLogic.Helpers
public class XmlValidationHelper
The XmlValidationHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmlValidationHelper |
Name | Description | |
---|---|---|
![]() | DbConnection | |
![]() | DbTransaction | |
![]() | ValidationErrors |
After calling Validate() the validation errors can be retrieved here.
|
Name | Description | |
---|---|---|
![]() | Validate(String, String) |
Validates a xml document against a schema.
Validation errors (if any) can be retrieved in ValidationErrors.
|
![]() | Validate(XmlDocument, String) |
Validates a xml document against a schema.
Validation errors (if any) can be retrieved in ValidationErrors.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |