SerializationExtensionDeserialize(PhoneSystem, XElement, SerializationExtensionContext) Method

deserializes object and remenber repeatlist. object can be saved

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static bool Deserialize(
	this PhoneSystem ps,
	XElement objectNode,
	SerializationExtensionContext context
)

Parameters

ps  PhoneSystem
objectNode  XElement
context  SerializationExtensionContext

Return Value

Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PhoneSystem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also