Search
JsonPersistContext.ReadTag Method
See Also
 





Reads the specified tag for the specified object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object ReadTag (
    Object item,
    JsonValue tagValue,
    string propertyName
)

Visual Basic  Copy Code

Public Function ReadTag( _
    item As Object, _
    tagValue As JsonValue, _
    propertyName As String _
) As Object

 Parameters

item

tagValue

propertyName

 Return Value

 Remarks

Tags are read similarly to arbitrary objects except that the client of the diagram is given a chance to perform custom deserialization through event handling.

 See Also