Class SaasTenantCreateDto
Inheritance
SaasTenantCreateDto
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public class SaasTenantCreateDto : SaasTenantCreateOrUpdateDtoBase, IHasExtraProperties, IValidatableObject
Constructors
SaasTenantCreateDto()
Declaration
public SaasTenantCreateDto()
Properties
AdminEmailAddress
Declaration
[Required]
[EmailAddress]
[StringLength(256)]
public string AdminEmailAddress { get; set; }
Property Value
AdminPassword
Declaration
[Required]
[StringLength(128)]
[DisableAuditing]
public string AdminPassword { get; set; }
Property Value
ConnectionStrings
Declaration
public SaasTenantConnectionStringsDto ConnectionStrings { get; set; }
Property Value
Implements
Extension Methods