Show / Hide Table of Contents

Enum DistributedEventSource

Namespace: Volo.Abp.EventBus.Distributed
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public enum DistributedEventSource

Fields

Name Description
Direct
Inbox
Outbox

Extension Methods

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