Class ThemeDictionary
Implements
Inherited Members
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 |