Show / Hide Table of Contents

Class MicroTenantModel

This class contains the absolute minimum information for the application tenant details.

Inheritance
System.Object
MicroTenantModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Common
Assembly: Vasont.Publisher.Models.dll
Syntax
public class MicroTenantModel

Properties

| Improve this Doc View Source

Key

Gets or sets the tenant key.

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the tenant name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SupportEmail

Gets or sets the support contact e-mail address for the Tenant.

Declaration
public string SupportEmail { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SupportInfo

Gets or sets the support information about the Tenant.

Declaration
public string SupportInfo { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont