Class TenantManagementBase
Inheritance
System.Object
TenantManagementBase
Assembly: Volo.Abp.TenantManagement.Blazor.dll
Syntax
public abstract class TenantManagementBase : AbpCrudPageBase<ITenantAppService, TenantDto, Guid, GetTenantsInput, TenantCreateDto, TenantUpdateDto>
Constructors
TenantManagementBase()
Declaration
public TenantManagementBase()
Fields
FeatureManagementModal
Declaration
protected FeatureManagementModal FeatureManagementModal
Field Value
FeatureProviderName
Declaration
protected const string FeatureProviderName = "T"
Field Value
| Type |
Description |
| System.String |
|
HasManageConnectionStringsPermission
Declaration
protected bool HasManageConnectionStringsPermission
Field Value
| Type |
Description |
| System.Boolean |
|
HasManageFeaturesPermission
Declaration
protected bool HasManageFeaturesPermission
Field Value
| Type |
Description |
| System.Boolean |
|
ManageConnectionStringModal
Declaration
protected Modal ManageConnectionStringModal
Field Value
ShouldShowEntityActions
Declaration
protected bool ShouldShowEntityActions
Field Value
| Type |
Description |
| System.Boolean |
|
TenantInfo
Declaration
protected TenantInfoModel TenantInfo
Field Value
Methods
CloseEditConnectionStringModal()
Declaration
protected virtual Task CloseEditConnectionStringModal()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OpenEditConnectionStringModalAsync(Guid)
Declaration
protected virtual Task OpenEditConnectionStringModalAsync(Guid id)
Parameters
| Type |
Name |
Description |
| System.Guid |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
SetPermissionsAsync()
Declaration
protected override Task SetPermissionsAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
UpdateConnectionStringAsync()
Declaration
protected virtual Task UpdateConnectionStringAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods