| ObjectDeserializer Constructor (XmlDocument, SqlConnection, SqlTransaction, DeserializerSettings) |
Creates a deserializer based on a xml document with DataObjectExchangeML xml data.
The xml document is not validated against the DataObjectExchangeML schema.
Namespace:
Omada.OE.AppLogic.Serialization
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic ObjectDeserializer(
XmlDocument document,
SqlConnection dbConnection,
SqlTransaction dbTransaction,
DeserializerSettings settings = null
)
Parameters
- document
- Type: System.XmlXmlDocument
Must either be a complete DataObjectExchangeML document or a document that contains one or more <do:properties> nodes.
In the latter case the deserializer can only be used by calling DeserializeProperties().
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
- settings (Optional)
- Type: Omada.OE.AppLogic.Serialization.ModelDeserializerSettings
See Also