Creates a new node wrapping the specified object.

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

Syntax

C#
protected override Entity CreateEntity(
	Object item
)
Visual Basic (Declaration)
Protected Overrides Function CreateEntity ( _
	item As Object _
) As Entity

Parameters

item
Type: System..::.Object
Node item to be wrapped by the new node.

Return Value

The new node that wraps the specified object.

See Also