Class DiagramBaseAssembly.Binder
The Binder class helps with the resolution of Diagram types between different versions of the Syncfusion assemblies.
Inheritance
System.Object
DiagramBaseAssembly.Binder
Namespace: Syncfusion
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class Binder : SerializationBinder
Constructors
Binder()
Declaration
public Binder()
Methods
BindToType(String, String)
Declaration
public override Type BindToType(string assemblyName, string typeName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | assemblyName | |
| System.String | typeName |
Returns
| Type |
|---|
| System.Type |