Show / Hide Table of Contents

Class AbpDatabaseInfoDictionary

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

Constructors

AbpDatabaseInfoDictionary()

Declaration
public AbpDatabaseInfoDictionary()

Methods

Configure(string, Action<AbpDatabaseInfo>)

Declaration
public AbpDatabaseInfoDictionary Configure(string databaseName, Action<AbpDatabaseInfo> configureAction)
Parameters
Type Name Description
string databaseName
Action<AbpDatabaseInfo> configureAction
Returns
Type Description
AbpDatabaseInfoDictionary

GetMappedDatabaseOrNull(string)

Declaration
public AbpDatabaseInfo? GetMappedDatabaseOrNull(string connectionStringName)
Parameters
Type Name Description
string connectionStringName
Returns
Type Description
AbpDatabaseInfo

RefreshIndexes()

Declaration
public void RefreshIndexes()

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