Returns an XElement for serializing the given connection.

Namespace:  Mindscape.WpfDiagramming.StarDiagrams
Assembly:  Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override XElement SerializeConnectionCore(
	DiagramConnection connection
)
Visual Basic (Declaration)
Protected Overrides Function SerializeConnectionCore ( _
	connection As DiagramConnection _
) As XElement

Parameters

connection
Type: Mindscape.WpfDiagramming..::.DiagramConnection
The connection to be serialized.

Return Value

The serialized connection.

See Also