Class AppEntityWithNavigationsForeign
Inheritance
AppEntityWithNavigationsForeign
Assembly: Volo.Abp.TestApp.dll
Syntax
public class AppEntityWithNavigationsForeign : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
AppEntityWithNavigationsForeign()
Declaration
protected AppEntityWithNavigationsForeign()
AppEntityWithNavigationsForeign(Guid, string)
Declaration
public AppEntityWithNavigationsForeign(Guid id, string name)
Parameters
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Extension Methods