Class EmailSettingsClientProxy
Inherited Members
Namespace: Volo.Abp.SettingManagement
Assembly: Volo.Abp.SettingManagement.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IEmailSettingsAppService), typeof(EmailSettingsClientProxy) })]
public class EmailSettingsClientProxy : ClientProxyBase<IEmailSettingsAppService>, ITransientDependency, IEmailSettingsAppService, IApplicationService, IRemoteService
Constructors
EmailSettingsClientProxy()
Declaration
public EmailSettingsClientProxy()
Methods
GetAsync()
Declaration
public virtual Task<EmailSettingsDto> GetAsync()
Returns
| Type | Description |
|---|---|
| Task<EmailSettingsDto> |
SendTestEmailAsync(SendTestEmailInput)
Declaration
public virtual Task SendTestEmailAsync(SendTestEmailInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| SendTestEmailInput | input |
Returns
| Type | Description |
|---|---|
| Task |
UpdateAsync(UpdateEmailSettingsDto)
Declaration
public virtual Task UpdateAsync(UpdateEmailSettingsDto input)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateEmailSettingsDto | input |
Returns
| Type | Description |
|---|---|
| Task |