Show / Hide Table of Contents

Class CreateModalModel.TenantInfoModel

Inheritance
object
CreateModalModel.TenantInfoModel
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class CreateModalModel.TenantInfoModel : ExtensibleObject

Constructors

TenantInfoModel()

Declaration
public TenantInfoModel()

Properties

ActivationEndDate

Declaration
public DateTime? ActivationEndDate { get; set; }
Property Value
Type Description
DateTime?

ActivationState

Declaration
public TenantActivationState ActivationState { get; set; }
Property Value
Type Description
TenantActivationState

AdminEmailAddress

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

AdminPassword

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

ConnectionStrings

Declaration
public CreateModalModel.TenantConnectionStringsModel ConnectionStrings { get; set; }
Property Value
Type Description
CreateModalModel.TenantConnectionStringsModel

EditionId

Declaration
public Guid? EditionId { get; set; }
Property Value
Type Description
Guid?

Name

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

UseSharedDatabase

Declaration
public bool UseSharedDatabase { get; set; }
Property Value
Type Description
bool

UseSpecificDatabase

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