Initializes a new instance of the NodeManager class. The initial values of the data member properties are set to appropriate property paths for using NodeItem objects.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
public NodeManager(
	Entity parentEntity,
	DataManagementMode dataManagementMode
)
Visual Basic (Declaration)
Public Sub New ( _
	parentEntity As Entity, _
	dataManagementMode As DataManagementMode _
)

Parameters

parentEntity
Type: DlhSoft.Windows.Data..::.Entity
Parent entity that owns the NodeManager or null if the manager has no parent entity.
dataManagementMode
Type: DlhSoft.Windows.Data..::.DataManagementMode
Data management mode to use.

See Also