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


In This Topic
    NIListDataTable Class
    In This Topic
    Represents a data table that aggregates a list of objects contained inside an IList.
    Object Model
    NIListDataTable Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NIListDataTable 
       Inherits Nevron.Nov.Data.NReflectionObjectsDataTable(Of Object)
       Implements Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NIListDataTable
    [System.Reflection.DefaultMember("Item")]
    public class NIListDataTable : Nevron.Nov.Data.NReflectionObjectsDataTable<object>, Nevron.Nov.INDeeplyCloneable  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NObjectsDataTable<TItem>
             Nevron.Nov.Data.NReflectionObjectsDataTable<TItem>
                Nevron.Nov.Data.NIListDataTable
                   Nevron.Nov.Data.NIEnumerableDataTable

    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