NevronOpenVision
Nevron.Nov.Data Namespace / NNodeCollectionDataTable Class
Fields Properties Methods


In This Topic
    NNodeCollectionDataTable Class Members
    In This Topic

    The following tables list the members exposed by NNodeCollectionDataTable.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Determines whether the data table supports the AddRow operation  
    Public PropertyOverridden. Determines whether the data table supports the InsertRow operation  
    Public PropertyOverridden. Gets the count of columns in the data source  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Gets the column index of the column with the specified name  
    Public MethodOverloaded. Overridden. Gets the type of the column at the specified index  
    Public MethodOverloaded. Overridden. Gets the value for a given [row:col]  
    Top
    Protected Methods
     NameDescription
    Protected MethodAttaches the provider to events of the specified child node.  
    Protected MethodAttaches the provider to the colleciton node  
    Protected MethodDetaches the provider from events of the specified child node.  
    Protected Method  
    Protected MethodOverloaded. Overridden. Inserts a new row with the specified values, at the specified index, if CanInsertRow is true  
    Protected MethodOverridden. Gets the count of items in the list  
    Protected MethodOverridden. Gets the list object at the specified index.  
    Protected MethodOverridden. Inserts the list object at the specfied index.  
    Protected MethodOverridden. Removes all list items  
    Protected MethodOverridden. Removes the list object at the specfied index.  
    Protected MethodCalled when a child node of the collection has changed.  
    Protected MethodCalled when a child node has been inserted in the node collection.  
    Protected MethodCalled when a child node has been removed from the node collection.  
    Protected MethodOverridden. Sets the value for a given [row:col], if CanSetValue is true  
    Top
    See Also