Show / Hide Table of Contents

Interface IIdentityClaimTypeAppService

Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public interface IIdentityClaimTypeAppService : ICrudAppService<ClaimTypeDto, Guid, GetIdentityClaimTypesInput, CreateClaimTypeDto, UpdateClaimTypeDto>, ICrudAppService<ClaimTypeDto, ClaimTypeDto, Guid, GetIdentityClaimTypesInput, CreateClaimTypeDto, UpdateClaimTypeDto>, IReadOnlyAppService<ClaimTypeDto, ClaimTypeDto, Guid, GetIdentityClaimTypesInput>, IApplicationService, IRemoteService, ICreateUpdateAppService<ClaimTypeDto, Guid, CreateClaimTypeDto, UpdateClaimTypeDto>, ICreateAppService<ClaimTypeDto, CreateClaimTypeDto>, IUpdateAppService<ClaimTypeDto, Guid, UpdateClaimTypeDto>, IDeleteAppService<Guid>
In this article
Back to top Powered by Volosoft