Show / Hide Table of Contents

Class PaymentGatewayConfigurationDictionary

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

Constructors

PaymentGatewayConfigurationDictionary()

Declaration
public PaymentGatewayConfigurationDictionary()

Methods

Add(PaymentGatewayConfiguration)

Declaration
public void Add(PaymentGatewayConfiguration gatewayConfiguration)
Parameters
Type Name Description
PaymentGatewayConfiguration gatewayConfiguration

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