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.Reflection
Assembly: Volo.Abp.Core.Tests.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
In This Article
Back to top Powered by Volosoft