Show / Hide Table of Contents

Class LeptonThemeInitializer

Inheritance
object
LeptonThemeInitializer
Implements
ITransientDependency
ILeptonThemeInitializer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Server.LeptonTheme
Assembly: Volo.Abp.AspNetCore.Components.Server.LeptonTheme.dll
Syntax
public class LeptonThemeInitializer : ITransientDependency, ILeptonThemeInitializer

Constructors

LeptonThemeInitializer(IAbpUtilsService, ILeptonSettingsProvider)

Declaration
public LeptonThemeInitializer(IAbpUtilsService utilsService, ILeptonSettingsProvider leptonSettings)
Parameters
Type Name Description
IAbpUtilsService utilsService
ILeptonSettingsProvider leptonSettings

Properties

LeptonSettings

Declaration
protected ILeptonSettingsProvider LeptonSettings { get; }
Property Value
Type Description
ILeptonSettingsProvider

UtilsService

Declaration
protected IAbpUtilsService UtilsService { get; }
Property Value
Type Description
IAbpUtilsService

Methods

InitializeAsync()

Declaration
public Task InitializeAsync()
Returns
Type Description
Task

Implements

Volo.Abp.DependencyInjection.ITransientDependency
ILeptonThemeInitializer
In this article
Back to top Powered by Volosoft