Show / Hide Table of Contents

Class ClaimTypeEditModalModel

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

Constructors

ClaimTypeEditModalModel(IIdentityUserAppService, IIdentityClaimTypeAppService)

Declaration
public ClaimTypeEditModalModel(IIdentityUserAppService identityUserAppService, IIdentityClaimTypeAppService identityClaimTypeAppService)
Parameters
Type Name Description
IIdentityUserAppService identityUserAppService
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

IdentityUserAppService

Declaration
protected IIdentityUserAppService IdentityUserAppService { get; }
Property Value
Type Description
IIdentityUserAppService

User

Declaration
public IdentityUserDto User { get; set; }
Property Value
Type Description
IdentityUserDto

UserId

Declaration
[BindProperty]
public Guid UserId { 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