Click or drag to resize

DataObjectControllerSerializeDataObjects Method

Produces a DataObjectExchangeML xml document with a subset of the data objects that are in a view.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public XmlDocument SerializeDataObjects(
	DataObjectView view,
	IEnumerable<int> ids,
	ObjectSerializationMode serializationMode
)

Parameters

view
Type: Omada.OE.ModelDataObjectView
Must be a Data Object View that filters on a single non-special Data Object Type. The active user must be allowed to use the view.
ids
Type: System.Collections.GenericIEnumerableInt32
Subset of the ids in the view that we wan't to return data for.
serializationMode
Type: Omada.OE.ModelObjectSerializationMode
Indicates if the serialized objects should be in a format suitable for importing into the same source system again or into another OISX instance.

Return Value

Type: XmlDocument
See Also