Class Book
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Events.Distributed.EntitySynchronizers.WithEntityVersion
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class Book : Entity<Guid>, IEntity<Guid>, IEntity, IHasEntityVersion
Constructors
Book()
Declaration
protected Book()
Book(Guid, int)
Declaration
public Book(Guid id, int sold)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | |
| int | sold |
Properties
EntityVersion
Declaration
[JsonInclude]
public virtual int EntityVersion { get; protected set; }
Property Value
| Type | Description |
|---|---|
| int |
Sold
Declaration
public virtual int Sold { get; set; }
Property Value
| Type | Description |
|---|---|
| int |