Table of Contents

Class EntityWithKey<TSource>

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

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

Methods

GetKeys()

Gets the primary keys of the entity.