Search
Diagram.RegisterClass Method (Type, String, Int32)
See Also
 





Registers a diagram item or lane header class for serialization support.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void RegisterClass (
    Type classType,
    string classId,
    int classVersion
)

Visual Basic  Copy Code

Public Shared Sub RegisterClass( _
    classType As Type, _
    classId As String, _
    classVersion As Integer _
)

 Parameters

classType

A Type instance identifying the class.

classId

A class identifier to use when saving and loading objects of the specified type.

classVersion

A revision number of the serialization format.

 See Also