Creates a new resource wrapping the specified object.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.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
Resource item to be wrapped by the new resource.

Return Value

The new resource that wraps the specified object.

See Also