Click or drag to resize

QueriesAndMappingsXml Class

HElper class for working with queries and mappings xml
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelQueriesAndMappingsXml

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class QueriesAndMappingsXml

The QueriesAndMappingsXml type exposes the following members.

Constructors
  NameDescription
Public methodQueriesAndMappingsXml(String)
Loads queries and mappings from a string
Public methodQueriesAndMappingsXml(DataObject)
Load queries and mappings directly from system data object
Top
Properties
  NameDescription
Public propertyCurrentValue
The current value in queries node.
Public propertyCurrentXml
The modified Xml.
Public propertyOriginalXml
The source, orginal, RAW xml.
Public propertyXmlDocument
Loaded XML Document
Public propertyXmlNamespaceManager
Name space manager for loaded XML
Top
Methods
  NameDescription
Public methodToString
Returns queries and mappings XML.
(Overrides ObjectToString.)
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