Class AppEntityWithNavigationChildManyToMany
Inheritance
AppEntityWithNavigationChildManyToMany
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
[Audited]
public class AppEntityWithNavigationChildManyToMany : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
AppEntityWithNavigationChildManyToMany()
Declaration
public AppEntityWithNavigationChildManyToMany()
Properties
ChildName
Declaration
public string ChildName { get; set; }
Property Value
ManyToMany
Declaration
public virtual List<AppEntityWithNavigations> ManyToMany { get; set; }
Property Value
Implements
Extension Methods