Class DiagramWindowsAssembly.Binder
The Binder class helps with the resolution of Diagram types between different versions of the Syncfusion assemblies.
Inheritance
System.Object
DiagramWindowsAssembly.Binder
Namespace: Syncfusion
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class Binder : SerializationBinder
Constructors
Binder()
Declaration
public Binder()
Methods
BindToType(String, String)
When overridden in a derived class, controls the binding of a serialized object to a type.
Declaration
public override Type BindToType(string assemblyName, string typeName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | assemblyName | Specifies the System.Reflection.Assembly name of the serialized object. |
| System.String | typeName | Specifies the System.Type name of the serialized object. |
Returns
| Type | Description |
|---|---|
| System.Type | The type of the object the formatter creates a new instance of. |