Show / Hide Table of Contents

Class SaasTenantCreateDto

Inheritance
object
SaasTenantCreateOrUpdateDtoBase
SaasTenantCreateDto
Inherited Members
SaasTenantCreateOrUpdateDtoBase.Name
SaasTenantCreateOrUpdateDtoBase.EditionId
SaasTenantCreateOrUpdateDtoBase.ActivationState
SaasTenantCreateOrUpdateDtoBase.ActivationEndDate
SaasTenantCreateOrUpdateDtoBase.EditionEndDateUtc
Namespace: Volo.Saas.Host.Dtos
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public class SaasTenantCreateDto : SaasTenantCreateOrUpdateDtoBase

Constructors

SaasTenantCreateDto()

Declaration
public SaasTenantCreateDto()

Properties

AdminEmailAddress

Declaration
[Required]
[EmailAddress]
[StringLength(256)]
public string AdminEmailAddress { get; set; }
Property Value
Type Description
string

AdminPassword

Declaration
[Required]
[StringLength(128)]
public string AdminPassword { get; set; }
Property Value
Type Description
string

ConnectionStrings

Declaration
public SaasTenantConnectionStringsDto ConnectionStrings { get; set; }
Property Value
Type Description
SaasTenantConnectionStringsDto
In this article
Back to top Powered by Volosoft