Class AppEntityWithNavigationChildOneToMany
Inheritance
AppEntityWithNavigationChildOneToMany
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
[Audited]
public class AppEntityWithNavigationChildOneToMany : Entity<Guid>, IEntity<Guid>, IEntity
Constructors
AppEntityWithNavigationChildOneToMany()
Declaration
public AppEntityWithNavigationChildOneToMany()
Properties
AppEntityWithNavigationId
Declaration
public Guid AppEntityWithNavigationId { get; set; }
Property Value
ChildName
Declaration
public string ChildName { get; set; }
Property Value
Implements
Extension Methods