Nevron Open Vision Documentation
Inheritance Hierarchy
In This Topic
    Nevron.Nov.Data Namespace (Nevron.Nov.Presentation)
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a set of data tables.
    ClassRepresents an attribute that aggregates a data table. The NDataSource attribute helps you intergrate relational data inside a DOM hieracrchy.
    ClassRepresents the event arguments associated with data source FieldInserted or FieldRemoved events
    ClassRepresents the event arguments associated with data source FieldRenamed event
    ClassRepresents the event arguments associated with data source NameChanged event
    ClassRepresents the event arguments associated with data source RowInserted or RowRemoved events
    ClassRepresents the event arguments associated with data source ValueChanged event
    ClassRepresents a data table, which is essentially an interface to a relational data table, where the columns are called fields and contain objects of the same type. Serves as base class for all data tables. Data tables are often aggregated inside a NDataSource object.
    ClassRepresents a data table field index.
    ClassFacilitates the getting and setting of data table row values.
    ClassRepresents a database connection.
    ClassRepresents a database data reader that can read data from a database query.
    ClassRepresents the empty data table. This is a singleton object that is exposed by the Instance static field.
    ClassRepresents information about a data table field.
    ClassRepresents a data table that filters the content of another data table.
    ClassRepresents a data table that that exposes the public properties of the objects contained in a typed System.Collections.Generic.IEnumerable.
    ClassRepresents a data table that that exposes the public properties of the objects contained in a typed System.Collections.Generic.IList as a data table.
    ClassRepresents a data source that exposes the public properties of the objects contained in a generic Nevron.Nov.DataStructures.INCollection as a tabular data source.
    ClassRepresents a data table that that exposes the public properties of the objects contained in a typed Nevron.Nov.DataStructures.INIterable.
    ClassRepresents a data table that that exposes the public properties of the objects contained in a typed System.Collections.IEnumerable.
    ClassRepresents a data table that aggregates a list of objects contained inside an IList.
    ClassRepresents a data table that is stored in-memory.
    ClassRepresents a data table that exposes the properties and/or children of the nodes contained inside a node collection.
    ClassServes as base class for typed list data table such as NCRLGenericListDataProvider and NGenericListDataProvider
    ClassRepresents a set of record (row) indices
    ClassServes as base type for data tables that contain objects of a certain type. The contained objects public properties are exposed as fields.
    ClassCreates connection SQL Server string.
    Interfaces
     InterfaceDescription
    InterfaceRepresents a data source rows comparer, that is created by a sorting rule. Provides the ability to compare records (e.g. define their ordering). A single NDataRowComparer is created by each sorting rule
    InterfaceRepresents a data row filter predicate which determines whether a specific row passes the filter or not.
    InterfaceRepresents an observer for a NDataTable object.
    Enumerations
     EnumerationDescription
    EnumerationEnumerates the supported DB connections.
    See Also