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