Class LeptonThemeSettingsDtoToLeptonThemeSettingsViewModelMapper
Inheritance
LeptonThemeSettingsDtoToLeptonThemeSettingsViewModelMapper
Assembly: Volo.Abp.LeptonTheme.Management.Web.dll
Syntax
public class LeptonThemeSettingsDtoToLeptonThemeSettingsViewModelMapper : MapperBase<LeptonThemeSettingsDto, LeptonThemeSettingsViewModel>, IAbpMapperlyMapper<LeptonThemeSettingsDto, LeptonThemeSettingsViewModel>, ITransientDependency
Constructors
LeptonThemeSettingsDtoToLeptonThemeSettingsViewModelMapper()
Declaration
public LeptonThemeSettingsDtoToLeptonThemeSettingsViewModelMapper()
Methods
Map(LeptonThemeSettingsDto)
Declaration
public override LeptonThemeSettingsViewModel Map(LeptonThemeSettingsDto source)
Parameters
Returns
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.LeptonTheme.Management.LeptonThemeSettingsDto, Volo.Abp.LeptonTheme.Management.Areas.LeptonThemeManagement.Models.LeptonThemeSettingsViewModel>.Map(Volo.Abp.LeptonTheme.Management.LeptonThemeSettingsDto)
Map(LeptonThemeSettingsDto, LeptonThemeSettingsViewModel)
Declaration
public override void Map(LeptonThemeSettingsDto source, LeptonThemeSettingsViewModel destination)
Parameters
Overrides
Implements
Extension Methods