Click or drag to resize

DataObjectControllerPopulatePropertiesFromXml Method

The method populates values for a dataobject version using the XML in tbldataobjectversion.propertyxml. The XMl is loaded using an XmlTextReader, this is more effecient than using a DOM object. A description of the propertyxml format can be found in OE57 'PropertyXML.doc'

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void PopulatePropertiesFromXml(
	DataObjectType dataObjectType,
	DataObjectVersion version,
	string propertyXml,
	DataObjectLoadOptions loadOptions,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectType
Type: Omada.OE.ModelDataObjectType
version
Type: Omada.OE.ModelDataObjectVersion
propertyXml
Type: SystemString
loadOptions
Type: Omada.OE.ModelDataObjectLoadOptions
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also