Show / Hide Table of Contents

Interface IAggregateRoot<TKey>

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

Inherited Members
IEntity<TKey>.Id
IEntity.GetKeys()
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public interface IAggregateRoot<TKey> : IEntity<TKey>, IAggregateRoot, IEntity
Type Parameters
Name Description
TKey

Type of the primary key of the entity

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft