Class AggregateRoot
Inheritance
object
AggregateRoot
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class AggregateRoot : BasicAggregateRoot, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
AggregateRoot()
Declaration
protected AggregateRoot()
Properties
ConcurrencyStamp
Declaration
[DisableAuditing]
public virtual string ConcurrencyStamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExtraProperties
Declaration
public virtual ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ExtraPropertyDictionary |
Methods
Validate(ValidationContext)
Declaration
public virtual IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.DataAnnotations.ValidationContext | validationContext |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<T><System.ComponentModel.DataAnnotations.ValidationResult> |