Class EntityWithKey<TSource>
Represents an entity with a key and provides functionality for tracking changes, validation, and property binding.
public abstract class EntityWithKey<TSource> : BindableObject, INotifyPropertyChanged, INotifyPropertyChanging, IEntityWithKey<TSource> where TSource : class
Type Parameters
TSource
The type of the entity.
- Inheritance
-
EntityWithKey<TSource>
- Implements
-
IEntityWithKey<TSource>
Methods
- GetKeys()
Gets the primary keys of the entity.