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