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