Creates a new task for simple data management mode.

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

Syntax

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

Parameters

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

Return Value

The new task.

See Also