Home IEntity<TEntity> Interface
Post
Cancel

IEntity<TEntity> Interface

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.
This post is licensed under CC BY 4.0 by the author.