Class AppEntityWithNavigationChildOneToManyAndOneToMany
Inheritance
AppEntityWithNavigationChildOneToManyAndOneToMany
Assembly: Volo.Abp.TestApp.dll
Syntax
public class AppEntityWithNavigationChildOneToManyAndOneToMany : Entity<Guid>, IEntity<Guid>, IEntity
Constructors
AppEntityWithNavigationChildOneToManyAndOneToMany()
Declaration
public AppEntityWithNavigationChildOneToManyAndOneToMany()
Properties
AppEntityWithNavigationChildOneToManyId
Declaration
public Guid AppEntityWithNavigationChildOneToManyId { get; set; }
Property Value
ChildName
Declaration
public string ChildName { get; set; }
Property Value
Implements
Extension Methods