New to Telerik UI for WPFStart a free 30-day trial

Represents a serializable graph source.

Definition

Methods

Deserializes the link from the specific serialization info.

C#
ILink DeserializeLink(IConnection connection, SerializationInfo info)
Parameters:connectionIConnection

The connection.

infoSerializationInfo

The info.

Returns:

ILink

Deserializes the node from the specific serialization info.

C#
object DeserializeNode(IShape shape, SerializationInfo info)
Parameters:shapeIShape

The shape.

infoSerializationInfo

The info.

Returns:

object

Serializes the link into the specific serialization info.

C#
void SerializeLink(ILink link, SerializationInfo info)
Parameters:linkILink

The link.

infoSerializationInfo

The info.

Serializes the node into the specific serialization info.

C#
void SerializeNode(object model, SerializationInfo info)
Parameters:modelobject

The model.

infoSerializationInfo

The info.