Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NSchema Class
Members


In This Topic
    NSchema Class
    In This Topic
    Represents a metadata container, which defines the structure of a class of NNode derivates. For each type of NNode derivates there is exactly one instance of the NSchema class associated with it.
    Object Model
    NSchema Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NSchema 
    'Usage
     
    
    Dim instance As NSchema
    public sealed class NSchema 
    Remarks
    NSchema instances are created by the static constructor of each type that derives from NNode derivate, with the help of the NSchema.Create static method.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NSchema

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also