Class Category
Implements
Inherited Members
Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.EntityFrameworkCore.Tests.dll
Syntax
public class Category : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, ISoftDelete
Constructors
Category()
Declaration
public Category()
Properties
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |