Table of Contents

Class Tenant

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll

Describes a Tenant in Oqtane. Tenants can contain multiple Sites and have all their data in a separate Database.

public class Tenant : ModelBase, IAuditable
Inheritance
Tenant
Implements
Inherited Members

Properties

DBConnectionString

Connection string to access this Tenant DB.

public string DBConnectionString { get; set; }

Property Value

string

DBType

Type of DB used in this Tenant

public string DBType { get; set; }

Property Value

string

Remarks

New in v2.1.0

Name

Name of the Tenant to show in Tenant lists.

public string Name { get; set; }

Property Value

string

TenantId

ID of the Tenant.

public int TenantId { get; set; }

Property Value

int

Version

public string Version { get; set; }

Property Value

string