Show / Hide Table of Contents

Class ClaimTypeEditModalModel

Inheritance
object
IdentityPageModel
ClaimTypeEditModalModel
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Roles
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class ClaimTypeEditModalModel : IdentityPageModel

Constructors

ClaimTypeEditModalModel(IIdentityRoleAppService, IIdentityClaimTypeAppService)

Declaration
public ClaimTypeEditModalModel(IIdentityRoleAppService identityRoleAppService, IIdentityClaimTypeAppService identityClaimTypeAppService)
Parameters
Type Name Description
IIdentityRoleAppService identityRoleAppService
IIdentityClaimTypeAppService identityClaimTypeAppService

Properties

Claims

Declaration
[BindProperty]
public ClaimTypeEditModalModel.ClaimsViewModel[] Claims { get; set; }
Property Value
Type Description
ClaimsViewModel[]

IdentityClaimTypeAppService

Declaration
protected IIdentityClaimTypeAppService IdentityClaimTypeAppService { get; }
Property Value
Type Description
IIdentityClaimTypeAppService

IdentityRoleAppService

Declaration
protected IIdentityRoleAppService IdentityRoleAppService { get; }
Property Value
Type Description
IIdentityRoleAppService

Role

Declaration
public IdentityRoleDto Role { get; set; }
Property Value
Type Description
IdentityRoleDto

RoleId

Declaration
[BindProperty]
public Guid RoleId { get; set; }
Property Value
Type Description
Guid

Methods

OnGetAsync(Guid)

Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft