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


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

    System.Object
       Nevron.ThinWeb.NNode
          Nevron.ThinWeb.NAction
             Nevron.ThinWeb.NCheckAction
                Nevron.Chart.ThinWeb.NToggleChart3DAction
                Nevron.Chart.ThinWeb.NToggleChartLightingAction
                Nevron.Diagram.ThinWeb.NToggleViewLayoutAction
                Nevron.ThinWeb.NToggleAutoUpdateAction
                Nevron.ThinWeb.NToolAction

    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