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