Show / Hide Table of Contents

Class InboxConfigDictionary

Inheritance
object
Dictionary<string, InboxConfig>
InboxConfigDictionary
Implements
IDictionary<string, InboxConfig>
ICollection<KeyValuePair<string, InboxConfig>>
IDictionary
ICollection
IReadOnlyDictionary<string, InboxConfig>
IReadOnlyCollection<KeyValuePair<string, InboxConfig>>
IEnumerable<KeyValuePair<string, InboxConfig>>
IEnumerable
ISerializable
IDeserializationCallback
Inherited Members
Dictionary<string, InboxConfig>.Add(string, InboxConfig)
Dictionary<string, InboxConfig>.Clear()
Dictionary<string, InboxConfig>.ContainsKey(string)
Dictionary<string, InboxConfig>.ContainsValue(InboxConfig)
Dictionary<string, InboxConfig>.GetEnumerator()
Dictionary<string, InboxConfig>.OnDeserialization(object)
Dictionary<string, InboxConfig>.Remove(string)
Dictionary<string, InboxConfig>.Remove(string, out InboxConfig)
Dictionary<string, InboxConfig>.TryGetValue(string, out InboxConfig)
Dictionary<string, InboxConfig>.TryAdd(string, InboxConfig)
Dictionary<string, InboxConfig>.EnsureCapacity(int)
Dictionary<string, InboxConfig>.TrimExcess()
Dictionary<string, InboxConfig>.TrimExcess(int)
Dictionary<string, InboxConfig>.Comparer
Dictionary<string, InboxConfig>.Count
Dictionary<string, InboxConfig>.Keys
Dictionary<string, InboxConfig>.Values
Dictionary<string, InboxConfig>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus.Distributed
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public class InboxConfigDictionary : Dictionary<string, InboxConfig>, IDictionary<string, InboxConfig>, ICollection<KeyValuePair<string, InboxConfig>>, IDictionary, ICollection, IReadOnlyDictionary<string, InboxConfig>, IReadOnlyCollection<KeyValuePair<string, InboxConfig>>, IEnumerable<KeyValuePair<string, InboxConfig>>, IEnumerable, ISerializable, IDeserializationCallback

Constructors

InboxConfigDictionary()

Declaration
public InboxConfigDictionary()

Methods

Configure(Action<InboxConfig>)

Declaration
public void Configure(Action<InboxConfig> configAction)
Parameters
Type Name Description
Action<InboxConfig> configAction

Configure(string, Action<InboxConfig>)

Declaration
public void Configure(string outboxName, Action<InboxConfig> configAction)
Parameters
Type Name Description
string outboxName
Action<InboxConfig> configAction

Implements

IDictionary<TKey, TValue>
ICollection<T>
IDictionary
ICollection
IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
ISerializable
IDeserializationCallback

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