Class ConnectionStringsModal
Inheritance
System.Object
ConnectionStringsModal
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
public class ConnectionStringsModal : TenantManagementPageModel
Constructors
ConnectionStringsModal(ITenantAppService)
Declaration
public ConnectionStringsModal(ITenantAppService tenantAppService)
Parameters
Type |
Name |
Description |
ITenantAppService |
tenantAppService |
|
Properties
Tenant
Declaration
public ConnectionStringsModal.TenantInfoModel Tenant { get; set; }
Property Value
TenantAppService
Declaration
protected ITenantAppService TenantAppService { get; }
Property Value
Type |
Description |
ITenantAppService |
|
Methods
OnGetAsync(Guid)
Declaration
public virtual Task<IActionResult> OnGetAsync(Guid id)
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<IActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods