Class CreateModalModel.TenantConnectionStringsModel
Inheritance
CreateModalModel.TenantConnectionStringsModel
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class CreateModalModel.TenantConnectionStringsModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
TenantConnectionStringsModel()
Declaration
public TenantConnectionStringsModel()
Properties
Databases
Declaration
public List<CreateModalModel.TenantDatabaseConnectionStringsModel> Databases { get; set; }
Property Value
Default
Declaration
[DynamicStringLength(typeof(TenantConnectionStringConsts), "MaxValueLength", null)]
[DisableAuditing]
public string Default { get; set; }
Property Value
Implements
Extension Methods