Nevron .NET Vision
Nevron.ThinWeb Namespace / NAction Class
Members


In This Topic
    NAction Class
    In This Topic
    Base class for all client / server actions
    Object Model
    NAction Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.ThinWeb.NTool)>
    <System.SerializableAttribute()>
    Public MustInherit Class NAction 
       Inherits NNode
       Implements Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NAction
    [System.Xml.Serialization.XmlInclude(Nevron.ThinWeb.NTool)]
    [System.Serializable()]
    public abstract class NAction : NNode, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.ThinWeb.NNode
          Nevron.ThinWeb.NAction
             Nevron.Diagram.ThinWeb.NZoomInAction
             Nevron.Diagram.ThinWeb.NZoomOutAction
             Nevron.ThinWeb.NCheckAction
             Nevron.ThinWeb.NSaveImageAction
             Nevron.ThinWeb.NSaveStateAction

    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