Class RemoteBookEto
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Events.Distributed.EntitySynchronizers.WithEntityVersion
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class RemoteBookEto : EntityEto<Guid>, IEntityEto<Guid>, IHasEntityVersion
Constructors
RemoteBookEto()
Declaration
public RemoteBookEto()
Properties
EntityVersion
Declaration
public int EntityVersion { get; set; }
Property Value
Type | Description |
---|---|
int |
Sold
Declaration
public int Sold { get; set; }
Property Value
Type | Description |
---|---|
int |