Represents an entity item that can be used as a source object to be wrapped within an Entity and managed using an EntityManager or hosted within a data management control.

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

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None)]
[ContentPropertyAttribute("Content")]
public class EntityItem : DependencyObject, IEntityItem
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
<ContentPropertyAttribute("Content")> _
Public Class EntityItem _
	Inherits DependencyObject _
	Implements IEntityItem

Inheritance Hierarchy

See Also