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