NevronOpenVision
Nevron.Nov.Dom Namespace / NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem> Class


NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem> Class Methods

For a list of all members of this type, see NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem> members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Clears the value of the DataBoundItem extended property of the given node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the DataBoundItem extended property of the given node.  
Public MethodRemoves all items of the target node and recreates them based on the contents of the data source.  
Public Methodstatic (Shared in Visual Basic)Sets the value of the DataBoundItem extended property of the given node.  
Top
Protected Methods
 NameDescription
Protected MethodSubscribes to the child inserting and child removing events of the given node.  
Protected MethodUnsubscribes from the child inserting and child removing events of the given node.  
Protected MethodCalled when a node should be created for the given data source item.  
Protected MethodOverridden. Overriden to unsubscribe from the child events of the old parent node and subscribe to those of the new one.  
Protected MethodOverriden to throw exception because items cannot be inserted in a data binded node collection.  
Protected MethodOverriden to throw exception because items cannot be removed from a data binded node collection.  
Top
See Also