Initializes a new instance of the EntityItem class.

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

Syntax

C#
public EntityItem(
	Object content
)
Visual Basic (Declaration)
Public Sub New ( _
	content As Object _
)

Parameters

content
Type: System..::.Object
Content of this EntityItem.

See Also