Class TemplateContentClientProxy
Inheritance
TemplateContentClientProxy
Assembly: Volo.Abp.TextTemplateManagement.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(ITemplateContentAppService), typeof(TemplateContentClientProxy) })]
public class TemplateContentClientProxy : ClientProxyBase<ITemplateContentAppService>, ITransientDependency, ITemplateContentAppService, IApplicationService, IRemoteService
Constructors
TemplateContentClientProxy()
Declaration
public TemplateContentClientProxy()
Methods
GetAsync(GetTemplateContentInput)
Declaration
public virtual Task<TextTemplateContentDto> GetAsync(GetTemplateContentInput input)
Parameters
Returns
RestoreToDefaultAsync(RestoreTemplateContentInput)
Declaration
public virtual Task RestoreToDefaultAsync(RestoreTemplateContentInput input)
Parameters
Returns
UpdateAsync(UpdateTemplateContentInput)
Declaration
public virtual Task<TextTemplateContentDto> UpdateAsync(UpdateTemplateContentInput input)
Parameters
Returns
Implements
Extension Methods