Definition
Namespace: EntityDb.Common.Entities
Assembly: EntityDb.Common
Indicates the entity is compatible with several EntityDb.Common implementations.
1
public interface IEntity<TEntity> : EntityDb.Common.Snapshots.ISnapshot<TEntity>
Type Parameters
TEntity
The type of the entity.
Methods
Reduce(Object) | Returns a new TEntity that incorporates the commands. |