Show / Hide Table of Contents

Class CreateModalModel.TenantConnectionStringsModel

Inheritance
object
CreateModalModel.TenantConnectionStringsModel
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class CreateModalModel.TenantConnectionStringsModel : ExtensibleObject

Constructors

TenantConnectionStringsModel()

Declaration
public TenantConnectionStringsModel()

Properties

Databases

Declaration
public List<CreateModalModel.TenantDatabaseConnectionStringsModel> Databases { get; set; }
Property Value
Type Description
List<CreateModalModel.TenantDatabaseConnectionStringsModel>

Default

Declaration
[StringLength(1024)]
public string Default { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft