Show / Hide Table of Contents

Class ThemeDictionary

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

Constructors

ThemeDictionary()

Declaration
public ThemeDictionary()

Methods

Add(Type)

Declaration
public ThemeInfo Add(Type themeType)
Parameters
Type Name Description
Type themeType
Returns
Type Description
ThemeInfo

Add<TTheme>()

Declaration
public ThemeInfo Add<TTheme>() where TTheme : ITheme
Returns
Type Description
ThemeInfo
Type Parameters
Name Description
TTheme

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