PhoneSystemCreateFromXML Method

Serialization helper. This method is used to deserialize object as specified by OMMainInterfaceAttribute

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public IOMSnapshot CreateFromXML(
	XElement rootElement,
	IOMSnapshot owner,
	SerializationExtensionContext context
)

Parameters

rootElement  XElement
root Xelement of the object
owner  IOMSnapshot
context  SerializationExtensionContext

Return Value

IOMSnapshot

Implements

IPhoneSystemCreateFromXML(XElement, IOMSnapshot, SerializationExtensionContext)

See Also