Show / Hide Table of Contents

Class TenantManagementPermissions.Tenants

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

Fields

Create

Declaration
public const string Create = "AbpTenantManagement.Tenants.Create"
Field Value
Type Description
string

Default

Declaration
public const string Default = "AbpTenantManagement.Tenants"
Field Value
Type Description
string

Delete

Declaration
public const string Delete = "AbpTenantManagement.Tenants.Delete"
Field Value
Type Description
string

ManageConnectionStrings

Declaration
public const string ManageConnectionStrings = "AbpTenantManagement.Tenants.ManageConnectionStrings"
Field Value
Type Description
string

ManageFeatures

Declaration
public const string ManageFeatures = "AbpTenantManagement.Tenants.ManageFeatures"
Field Value
Type Description
string

Update

Declaration
public const string Update = "AbpTenantManagement.Tenants.Update"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform