Class EntityTagAdminClientProxy
Inheritance
EntityTagAdminClientProxy
Assembly: Volo.CmsKit.Admin.HttpApi.Client.dll
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IEntityTagAdminAppService), typeof(EntityTagAdminClientProxy) })]
public class EntityTagAdminClientProxy : ClientProxyBase<IEntityTagAdminAppService>, ITransientDependency, IEntityTagAdminAppService, IApplicationService, IRemoteService
Constructors
Declaration
public EntityTagAdminClientProxy()
Methods
Declaration
public virtual Task AddTagToEntityAsync(EntityTagCreateDto input)
Parameters
Returns
Declaration
public virtual Task RemoveTagFromEntityAsync(EntityTagRemoveDto input)
Parameters
Returns
Declaration
public virtual Task SetEntityTagsAsync(EntityTagSetDto input)
Parameters
Returns
Implements
Extension Methods