Table of Contents

Class AuthorizedTenant

Namespace
GroupeIsa.Neos.Shared.MultiTenant
Assembly
GroupeIsa.Neos.Shared.dll

Represents an authorized tenant.

public class AuthorizedTenant
Inheritance
AuthorizedTenant
Derived
Inherited Members

Constructors

AuthorizedTenant()

Initializes a new instance of the AuthorizedTenant class.

public AuthorizedTenant()

AuthorizedTenant(string, string)

Initializes a new instance of the AuthorizedTenant class.

public AuthorizedTenant(string identifier, string name)

Parameters

identifier string

The tenant identifier.

name string

The tenant name.

Properties

Identifier

Gets or sets the identifier.

public string Identifier { get; set; }

Property Value

string

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string