Represents an entity item object wrapper generated and managed by an EntityManager, aware of the parent collection or entity that owns it.

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

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.Ignore)]
public class Entity : DependencyObject, IDisposable
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.Ignore)> _
Public Class Entity _
	Inherits DependencyObject _
	Implements IDisposable

Inheritance Hierarchy

See Also