Nevron .NET Vision
Nevron.Serialization Namespace / NControlSerializer Class
Members


In This Topic
    NControlSerializer Class
    In This Topic
    The base class for control serializers.
    Object Model
    NControlSerializer Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NControlSerializer 
       Inherits NSerializer
       Implements Nevron.Globalization.INLocalizable 
    'Usage
     
    
    Dim instance As NControlSerializer
    public abstract class NControlSerializer : NSerializer, Nevron.Globalization.INLocalizable  
    Inheritance Hierarchy

    System.Object
       Nevron.Serialization.NSerializer
          Nevron.Serialization.NControlSerializer
             Nevron.Chart.NDocumentSerializer
             Nevron.Chart.WinForm.NChartControlSerializer
             Nevron.Chart.Wpf.NChartControlSerializer

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also