The non-generic entity abstract base class. Never derive directly from this class but from Entity<(Of <(TId>)>).

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[SerializableAttribute]
[DataContractAttribute(IsReference = true)]
public abstract class Entity : IEditableObject, 
	INotifyPropertyChanged, IDataErrorInfo, IDeserializationCallback
Visual Basic (Declaration)
<SerializableAttribute> _
<DataContractAttribute(IsReference := True)> _
Public MustInherit Class Entity _
	Implements IEditableObject, INotifyPropertyChanged, IDataErrorInfo, IDeserializationCallback

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.Entity
    Mindscape.LightSpeed..::.Entity<(Of <(TId>)>)

See Also