Class AppEntityWithNavigationChildOneToMany
Inheritance
AppEntityWithNavigationChildOneToMany
Assembly: Volo.Abp.TestApp.dll
Syntax
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
OneToMany
Declaration
public virtual List<AppEntityWithNavigationChildOneToManyAndOneToMany> OneToMany { get; set; }
Property Value
Implements
Extension Methods