Show / Hide Table of Contents

Class AuthorSynchronizer

Inheritance
object
EntitySynchronizer<Author, RemoteAuthorEto>
EntitySynchronizer<Author, Guid, RemoteAuthorEto>
AuthorSynchronizer
Implements
IDistributedEventHandler<EntityCreatedEto<RemoteAuthorEto>>
IDistributedEventHandler<EntityUpdatedEto<RemoteAuthorEto>>
IDistributedEventHandler<EntityDeletedEto<RemoteAuthorEto>>
IEventHandler
ITransientDependency
Inherited Members
EntitySynchronizer<Author, Guid, RemoteAuthorEto>.FindLocalEntityAsync(RemoteAuthorEto)
EntitySynchronizer<Author, Guid, RemoteAuthorEto>.Repository
EntitySynchronizer<Author, RemoteAuthorEto>.HandleEventAsync(EntityCreatedEto<RemoteAuthorEto>)
EntitySynchronizer<Author, RemoteAuthorEto>.HandleEventAsync(EntityUpdatedEto<RemoteAuthorEto>)
EntitySynchronizer<Author, RemoteAuthorEto>.HandleEventAsync(EntityDeletedEto<RemoteAuthorEto>)
EntitySynchronizer<Author, RemoteAuthorEto>.TryCreateOrUpdateEntityAsync(RemoteAuthorEto)
EntitySynchronizer<Author, RemoteAuthorEto>.MapToEntityAsync(RemoteAuthorEto)
EntitySynchronizer<Author, RemoteAuthorEto>.MapToEntityAsync(RemoteAuthorEto, Author)
EntitySynchronizer<Author, RemoteAuthorEto>.TryDeleteEntityAsync(RemoteAuthorEto)
EntitySynchronizer<Author, RemoteAuthorEto>.FindLocalEntityAsync(RemoteAuthorEto)
EntitySynchronizer<Author, RemoteAuthorEto>.IsEtoNewerAsync(RemoteAuthorEto, Author)
EntitySynchronizer<Author, RemoteAuthorEto>.ObjectMapper
EntitySynchronizer<Author, RemoteAuthorEto>.Repository
EntitySynchronizer<Author, RemoteAuthorEto>.IgnoreEntityCreatedEvent
EntitySynchronizer<Author, RemoteAuthorEto>.IgnoreEntityUpdatedEvent
EntitySynchronizer<Author, RemoteAuthorEto>.IgnoreEntityDeletedEvent
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Implements

IDistributedEventHandler<TEvent>
IDistributedEventHandler<TEvent>
IDistributedEventHandler<TEvent>
IEventHandler
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform