Show / Hide Table of Contents

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 Source

Copyright

Gets or sets the copyright of the tenant application.

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

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
| Improve this Doc View Source

SessionTimeout

Gets or sets the server's session timeout in minutes.

Declaration
public int SessionTimeout { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Tenants

Gets or sets the tenants.

Declaration
public List<MicroTenantModel> Tenants { get; set; }
Property Value
Type Description
System.Collections.Generic.List<MicroTenantModel>

The tenants.

| Improve this Doc View Source

Version

Gets or sets the version of the tenant application.

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