Class ClaimTypeEditModalModel
Inheritance
System.Object
ClaimTypeEditModalModel
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
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 |
| 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> |
|