Class SendTestEmailViewModelToSendTestEmailInputMapper
Inheritance
SendTestEmailViewModelToSendTestEmailInputMapper
Assembly: Volo.Abp.SettingManagement.Blazor.dll
public class SendTestEmailViewModelToSendTestEmailInputMapper : MapperBase<EmailSettingGroupViewComponent.SendTestEmailViewModel, SendTestEmailInput>, IAbpMapperlyMapper<EmailSettingGroupViewComponent.SendTestEmailViewModel, SendTestEmailInput>, ITransientDependency
Constructors
Declaration
public SendTestEmailViewModelToSendTestEmailInputMapper()
Methods
Map(SendTestEmailViewModel)
Declaration
public override SendTestEmailInput Map(EmailSettingGroupViewComponent.SendTestEmailViewModel source)
Parameters
Returns
Overrides
Map(SendTestEmailViewModel, SendTestEmailInput)
Declaration
public override void Map(EmailSettingGroupViewComponent.SendTestEmailViewModel source, SendTestEmailInput destination)
Parameters
Overrides
Implements
Extension Methods