menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramUtilityNamespace.Binder - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramUtilityAssembly.Binder

    The Binder class helps with the resolution of Diagram types between different versions of the Syncfusion assemblies.

    Inheritance
    System.Object
    System.Runtime.Serialization.SerializationBinder
    DiagramUtilityAssembly.Binder
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    System.Runtime.Serialization.SerializationBinder.BindToName(System.Type, System.String, System.String)
    Namespace: Syncfusion
    Assembly: Syncfusion.Diagram.Utility.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.

    Overrides
    System.Runtime.Serialization.SerializationBinder.BindToType(System.String, System.String)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved