Class RepositoryRegistration_Tests.MyTestAggregateRootWithoutPk
Inheritance
RepositoryRegistration_Tests.MyTestAggregateRootWithoutPk
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class RepositoryRegistration_Tests.MyTestAggregateRootWithoutPk : AggregateRoot, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
MyTestAggregateRootWithoutPk()
Declaration
public MyTestAggregateRootWithoutPk()
Properties
MyId
Declaration
public string MyId { get; set; }
Property Value
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods