Class AppEntityWithNavigations
Inheritance
AppEntityWithNavigations
Assembly: Volo.Abp.TestApp.dll
Syntax
public class AppEntityWithNavigations : FullAuditedAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
AppEntityWithNavigations()
Declaration
protected AppEntityWithNavigations()
AppEntityWithNavigations(Guid, string)
Declaration
public AppEntityWithNavigations(Guid id, string name)
Parameters
Properties
AppEntityWithNavigationForeignId
Declaration
public virtual Guid? AppEntityWithNavigationForeignId { get; set; }
Property Value
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