ASP.NET Pack Programmer's Guide
IPersists.SetReference Method
See Also
 





Updates the reference to the specified object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

void SetReference (
    int refId,
    Object obj,
    PersistContext ctx
)

Visual Basic  Copy Code

Sub SetReference( _
    refId As Integer, _
    obj As Object, _
    ctx As PersistContext _
)

 Parameters

refId

The local identifier of the referenced object.

obj

The referenced object.

ctx
A PersistContext object supplying all necessary information during deserialization.

 See Also

IPersists Members
IPersists Interface
MindFusion.Diagramming Namespace