Creates a new entity for simple data management mode. Inheriters should override this method to create their own entity type.

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

Syntax

C#
protected virtual Entity CreateEntityFromSimpleItem(
	SimpleEntityItem entityItem
)
Visual Basic (Declaration)
Protected Overridable Function CreateEntityFromSimpleItem ( _
	entityItem As SimpleEntityItem _
) As Entity

Parameters

entityItem
Type: DlhSoft.Windows.Data..::.SimpleEntityItem
The entity item definition to use.

Return Value

The new entity.

See Also