Show / Hide Table of Contents

Namespace Volo.Abp.Domain.Entities

Classes

AggregateRoot

AggregateRoot<TKey>

BasicAggregateRoot

BasicAggregateRoot<TKey>

ConcurrencyStampConsts

DisableIdGenerationAttribute

Entity

Entity<TKey>

EntityHelper

Some helper methods for entities.

EntityNotFoundException

This exception is thrown if an entity excepted to be found but not found.

Interfaces

IAggregateRoot

Defines an aggregate root. It's primary key may not be "Id" or it may have a composite primary key. Use IAggregateRoot<TKey> where possible for better integration to repositories and other structures in the framework.

IAggregateRoot<TKey>

Defines an aggregate root with a single primary key with "Id" property.

IEntity

Defines an entity. It's primary key may not be "Id" or it may have a composite primary key. Use IEntity<TKey> where possible for better integration to repositories and other structures in the framework.

IEntity<TKey>

Defines an entity with a single primary key with "Id" property.

IGeneratesDomainEvents

IHasConcurrencyStamp

Back to top Powered by Volosoft