ScheduleSerializerAttributeSerialize Method

Implements serialization of the property.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public override XElement Serialize(
	Object o,
	PropertyInfo p
)

Parameters

o  Object
the object which is serialized
p  PropertyInfo
property of Schedule type

Return Value

XElement
XML node of the property. Serialize(Object, PropertyInfo) expects that this node to be placed as a child of the o XML node

See Also