Class AppEntityWithNavigations
Inheritance
AppEntityWithNavigations
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
[Audited]
public class AppEntityWithNavigations : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
AppEntityWithNavigations()
Declaration
protected AppEntityWithNavigations()
AppEntityWithNavigations(Guid, string)
Declaration
public AppEntityWithNavigations(Guid id, string name)
Parameters
Properties
AppEntityWithValueObjectAddress
Declaration
public AppEntityWithValueObjectAddress AppEntityWithValueObjectAddress { get; set; }
Property Value
FullName
Declaration
public string FullName { get; set; }
Property Value
ManyToMany
Declaration
public virtual List<AppEntityWithNavigationChildManyToMany> ManyToMany { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OneToMany
Declaration
public virtual List<AppEntityWithNavigationChildOneToMany> OneToMany { get; set; }
Property Value
OneToOne
Declaration
public virtual AppEntityWithNavigationChildOneToOne OneToOne { get; set; }
Property Value
Implements
Extension Methods