Class AuthorSynchronizer
Inheritance
AuthorSynchronizer
Implements
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Events.Distributed.EntitySynchronizers.WithoutEntityVersion
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class AuthorSynchronizer : EntitySynchronizer<Author, Guid, RemoteAuthorEto>, IDistributedEventHandler<EntityCreatedEto<RemoteAuthorEto>>, IDistributedEventHandler<EntityUpdatedEto<RemoteAuthorEto>>, IDistributedEventHandler<EntityDeletedEto<RemoteAuthorEto>>, IEventHandler, ITransientDependency
Constructors
AuthorSynchronizer(IObjectMapper, IRepository<Author, Guid>)
Declaration
public AuthorSynchronizer(IObjectMapper objectMapper, IRepository<Author, Guid> repository)
Parameters
| Type | Name | Description |
|---|---|---|
| IObjectMapper | objectMapper | |
| IRepository<Author, Guid> | repository |