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