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 SourceKey
Gets or sets the tenant key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the tenant name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
SupportInfo
Gets or sets the support information about the Tenant.
Declaration
public string SupportInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String |