Class AggregateRoot<TKey>
Inheritance
AggregateRoot<TKey>
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class AggregateRoot<TKey> : BasicAggregateRoot<TKey>, IAggregateRoot<TKey>, IEntity<TKey>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Type Parameters
Constructors
AggregateRoot()
Declaration
protected AggregateRoot()
AggregateRoot(TKey)
Declaration
protected AggregateRoot(TKey id)
Parameters
Type |
Name |
Description |
TKey |
id |
|
Properties
ConcurrencyStamp
Declaration
[DisableAuditing]
public virtual string ConcurrencyStamp { get; set; }
Property Value
ExtraProperties
Declaration
public virtual ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
Methods
Validate(ValidationContext)
Declaration
public virtual IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Returns
Implements
Extension Methods