Show / Hide Table of Contents

Class IdentityPermissions.Roles

Inheritance
object
IdentityPermissions.Roles
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Application.Contracts.dll
Syntax
public static class IdentityPermissions.Roles

Fields

Create

Declaration
public const string Create = "AbpIdentity.Roles.Create"
Field Value
Type Description
string

Default

Declaration
public const string Default = "AbpIdentity.Roles"
Field Value
Type Description
string

Delete

Declaration
public const string Delete = "AbpIdentity.Roles.Delete"
Field Value
Type Description
string

ManagePermissions

Declaration
public const string ManagePermissions = "AbpIdentity.Roles.ManagePermissions"
Field Value
Type Description
string

Update

Declaration
public const string Update = "AbpIdentity.Roles.Update"
Field Value
Type Description
string

ViewChangeHistory

Declaration
public const string ViewChangeHistory = "AuditLogging.ViewChangeHistory:Volo.Abp.Identity.IdentityRole"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform