Class ClaimTypeEditModalModel
Inheritance
System.Object
ClaimTypeEditModalModel
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
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 |
| System.Guid |
|
Methods
OnGetAsync(Guid)
Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
| Type |
Name |
Description |
| System.Guid |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|