Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NNodeCollectionDataTable Class
Members


In This Topic
    NNodeCollectionDataTable Class
    In This Topic
    Represents a data table that exposes the properties and/or children of the nodes contained inside a node collection.
    Object Model
    NNodeCollectionDataTable Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NNodeCollectionDataTable 
       Inherits Nevron.Nov.Data.NObjectsDataTable(Of NNode)
       Implements Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NNodeCollectionDataTable
    [System.Reflection.DefaultMember("Item")]
    public class NNodeCollectionDataTable : Nevron.Nov.Data.NObjectsDataTable<NNode>, Nevron.Nov.INDeeplyCloneable  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NObjectsDataTable<TItem>
             Nevron.Nov.Data.NNodeCollectionDataTable

    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