Click or drag to resize

ObjectImporterImportSerializedDataObjects Method

Imports (creates, updates or deletes) a number of data objects as specified in a "Data Object Exchange ML" xml document.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ObjectImporterResult ImportSerializedDataObjects(
	Stream objectData,
	Stream schema,
	ObjectImporterSettings importSettings
)

Parameters

objectData
Type: System.IOStream
"Data Object Exchange ML" xml data.
schema
Type: System.IOStream
"Data Object Exchange ML" xml schema.
importSettings
Type: Omada.OE.ModelObjectImporterSettings

Return Value

Type: ObjectImporterResult
See Also