Show / Hide Table of Contents

Class ExternalLoginProviderDictionary

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

Constructors

ExternalLoginProviderDictionary()

Declaration
public ExternalLoginProviderDictionary()

Methods

Add<TProvider>(string)

Declaration
public void Add<TProvider>(string name) where TProvider : IExternalLoginProvider
Parameters
Type Name Description
string name
Type Parameters
Name Description
TProvider

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 Volosoft