Show / Hide Table of Contents

Namespace Volo.Abp.Domain.Entities.Auditing

Classes

AuditedAggregateRoot

This class can be used to simplify implementing IAuditedObject for aggregate roots.

AuditedAggregateRoot<TKey>

This class can be used to simplify implementing IAuditedObject for aggregate roots.

AuditedAggregateRootWithUser<TUser>

This class can be used to simplify implementing for aggregate roots.

AuditedAggregateRootWithUser<TKey, TUser>

This class can be used to simplify implementing for aggregate roots.

AuditedEntity

This class can be used to simplify implementing IAuditedObject.

AuditedEntity<TKey>

This class can be used to simplify implementing IAuditedObject.

AuditedEntityWithUser<TUser>

This class can be used to simplify implementing IAuditedObject<TUser>.

AuditedEntityWithUser<TKey, TUser>

This class can be used to simplify implementing IAuditedObject<TUser>.

CreationAuditedAggregateRoot

This class can be used to simplify implementing ICreationAuditedObject for aggregate roots.

CreationAuditedAggregateRoot<TKey>

This class can be used to simplify implementing ICreationAuditedObject for aggregate roots.

CreationAuditedAggregateRootWithUser<TUser>

This class can be used to simplify implementing for aggregate roots.

CreationAuditedAggregateRootWithUser<TKey, TUser>

This class can be used to simplify implementing for aggregate roots.

CreationAuditedEntity

This class can be used to simplify implementing ICreationAuditedObject for an entity.

CreationAuditedEntity<TKey>

This class can be used to simplify implementing ICreationAuditedObject for an entity.

CreationAuditedEntityWithUser<TUser>

This class can be used to simplify implementing ICreationAuditedObject<TCreator>.

CreationAuditedEntityWithUser<TKey, TUser>

This class can be used to simplify implementing .

FullAuditedAggregateRoot

Implements IFullAuditedObject to be a base class for full-audited aggregate roots.

FullAuditedAggregateRoot<TKey>

Implements IFullAuditedObject to be a base class for full-audited aggregate roots.

FullAuditedAggregateRootWithUser<TUser>

Implements IFullAuditedObject<TUser> to be a base class for full-audited aggregate roots.

FullAuditedAggregateRootWithUser<TKey, TUser>

Implements IFullAuditedObject<TUser> to be a base class for full-audited aggregate roots.

FullAuditedEntity

Implements IFullAuditedObject to be a base class for full-audited entities.

FullAuditedEntity<TKey>

Implements IFullAuditedObject to be a base class for full-audited entities.

FullAuditedEntityWithUser<TUser>

Implements IFullAuditedObject<TUser> to be a base class for full-audited entities.

FullAuditedEntityWithUser<TKey, TUser>

Implements to be a base class for full-audited entities.

Back to top Powered by Volosoft