Table of Contents

Class CreatedTenantInfo

Namespace
GroupeIsa.Neos.Application.MultiTenant
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Defines the CreatedTenantInfo.

public record CreatedTenantInfo : IEquatable<CreatedTenantInfo>
Inheritance
CreatedTenantInfo
Implements
Inherited Members

Properties

ClientAdministratorLogin

Gets or sets the ClientAdministratorLogin.

public string ClientAdministratorLogin { get; set; }

Property Value

string

ClusterName

Gets or sets the ClusterName.

public string ClusterName { get; set; }

Property Value

string

ClusterVersion

Gets or sets the ClusterName.

public string ClusterVersion { get; set; }

Property Value

string

ConnectionString

Gets or sets the ClusterName.

public string ConnectionString { get; set; }

Property Value

string

DatabaseId

Gets or sets the DatabaseId.

public int DatabaseId { get; set; }

Property Value

int

DatabaseName

Gets or sets the DatabaseName.

public string DatabaseName { get; set; }

Property Value

string

DatabaseType

Gets or sets the DatabaseType.

public DatabaseServerType DatabaseType { get; set; }

Property Value

DatabaseServerType

PublisherAdministratorLogin

Gets or sets the PublisherAdministratorLogin.

public string? PublisherAdministratorLogin { get; set; }

Property Value

string

TenantId

Gets or sets the TenantId.

public string TenantId { get; set; }

Property Value

string

TenantIdentifier

Gets or sets the TenantIdentifier.

public string TenantIdentifier { get; set; }

Property Value

string

TenantName

Gets or sets the TenantName.

public string TenantName { get; set; }

Property Value

string