Show / Hide Table of Contents

Class SimpleTenant

Implements a simple basic Tenant information model to get off the ground.

Inheritance
System.Object
SimpleTenant
Implements
ITenant
Namespace: Talegen.AspNetCore.Multitenant
Assembly: Talegen.AspNetCore.Multitenant.dll
Syntax
public class SimpleTenant : object, ITenant

Properties

| Improve this Doc View Source

Id

Gets or sets the durable tenant identifier that will never change.

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

The identifier.

| Improve this Doc View Source

Identifier

Gets or sets the tenant identifier name.

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String

The name.

| Improve this Doc View Source

Properties

Gets or sets any additional tenant properties.

Declaration
public Dictionary<string, string> Properties { get; set; }
Property Value
Type Description
Dictionary<System.String, System.String>

The properties.

Implements

ITenant

See Also

ITenant
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) Talegen, LLC. All rights reserved.