Show / Hide Table of Contents

Class GlobalModuleFeaturesDictionary

Inheritance
object
System.Collections.Generic.Dictionary<TKey, TValue><string, GlobalModuleFeatures>
GlobalModuleFeaturesDictionary
Implements
System.Collections.Generic.IDictionary<TKey, TValue><string, GlobalModuleFeatures>
System.Collections.Generic.ICollection<T><KeyValuePair<string, GlobalModuleFeatures>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, GlobalModuleFeatures>
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<string, GlobalModuleFeatures>>
System.Collections.Generic.IEnumerable<T><KeyValuePair<string, GlobalModuleFeatures>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.Add(string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.Clear()
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.ContainsKey(string)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.ContainsValue(Volo.Abp.GlobalFeatures.GlobalModuleFeatures)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.GetEnumerator()
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.OnDeserialization(object)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.Remove(string)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.Remove(string, out Volo.Abp.GlobalFeatures.GlobalModuleFeatures)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.TryGetValue(string, out Volo.Abp.GlobalFeatures.GlobalModuleFeatures)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.TryAdd(string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.TrimExcess()
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.TrimExcess(int)
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.Comparer
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.Count
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.Keys
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.Values
System.Collections.Generic.Dictionary<string, Volo.Abp.GlobalFeatures.GlobalModuleFeatures>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.GlobalFeatures
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
public class GlobalModuleFeaturesDictionary : Dictionary<string, GlobalModuleFeatures>, IDictionary<string, GlobalModuleFeatures>, ICollection<KeyValuePair<string, GlobalModuleFeatures>>, IDictionary, ICollection, IReadOnlyDictionary<string, GlobalModuleFeatures>, IReadOnlyCollection<KeyValuePair<string, GlobalModuleFeatures>>, IEnumerable<KeyValuePair<string, GlobalModuleFeatures>>, IEnumerable, ISerializable, IDeserializationCallback

Constructors

GlobalModuleFeaturesDictionary(GlobalFeatureManager)

Declaration
public GlobalModuleFeaturesDictionary(GlobalFeatureManager featureManager)
Parameters
Type Name Description
GlobalFeatureManager featureManager

Properties

FeatureManager

Declaration
public GlobalFeatureManager FeatureManager { get; }
Property Value
Type Description
GlobalFeatureManager

Implements

System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft