Interface IEntityTagAdminAppService
Namespace: Volo.CmsKit.Admin.Tags
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public interface IEntityTagAdminAppService : IApplicationService, IRemoteService
Methods
AddTagToEntityAsync(EntityTagCreateDto)
Declaration
Task AddTagToEntityAsync(EntityTagCreateDto input)
Parameters
Type | Name | Description |
---|---|---|
EntityTagCreateDto | input |
Returns
Type | Description |
---|---|
Task |
RemoveTagFromEntityAsync(EntityTagRemoveDto)
Declaration
Task RemoveTagFromEntityAsync(EntityTagRemoveDto input)
Parameters
Type | Name | Description |
---|---|---|
EntityTagRemoveDto | input |
Returns
Type | Description |
---|---|
Task |
SetEntityTagsAsync(EntityTagSetDto)
Declaration
Task SetEntityTagsAsync(EntityTagSetDto input)
Parameters
Type | Name | Description |
---|---|---|
EntityTagSetDto | input |
Returns
Type | Description |
---|---|
Task |