Class ProfileModel
This class loads the initial profile details for the user and returns available tenants.
Inheritance
System.Object
ProfileModel
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.Security
Assembly: Vasont.Publisher.Models.dll
Syntax
public class ProfileModel
Properties
| Improve this Doc View SourceCopyright
Gets or sets the copyright of the tenant application.
Declaration
public string Copyright { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultLanguage
Gets or sets the default language to use for the tenant application.
Declaration
public string DefaultLanguage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SessionTimeout
Gets or sets the server's session timeout in minutes.
Declaration
public int SessionTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Tenants
Gets or sets the tenants.
Declaration
public List<MicroTenantModel> Tenants { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MicroTenantModel> | The tenants. |
Version
Gets or sets the version of the tenant application.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |