Search
PersistContext.IsSerializable Method
See Also
 





Returns a value indicating whether the specified property can be serialized.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsSerializable (
    string propertyName,
    Object propertyValue,
    Object owner
)

Visual Basic  Copy Code

Public Function IsSerializable( _
    propertyName As String, _
    propertyValue As Object, _
    owner As Object _
) As Boolean

 Parameters

propertyName

propertyValue

owner

 Return Value

 See Also