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