The non-generic entity abstract base class. Never derive directly from
this class but from Entity<(Of <(TId>)>).
Namespace:
Mindscape.LightSpeedAssembly: 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 |