Show / Hide Table of Contents

Class GlobalConfigurations

Inheritance
System.Object
GlobalConfigurations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Shared.Models
Assembly: mix.shared.dll
Syntax
public class GlobalConfigurations

Properties

| Improve this Doc View Source

ApiEncryptKey

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

ConnectionStrings

Declaration
public ConnectionStrings ConnectionStrings { get; set; }
Property Value
Type Description
ConnectionStrings
| Improve this Doc View Source

DefaultCulture

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

Domain

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

EnableOcelot

Declaration
public bool EnableOcelot { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

InitStatus

Declaration
public InitStep InitStatus { get; set; }
Property Value
Type Description
InitStep
| Improve this Doc View Source

IsEncryptApi

Declaration
public bool IsEncryptApi { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsHttps

Declaration
public bool IsHttps { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInit

Declaration
public bool IsInit { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMaintenance

Declaration
public bool IsMaintenance { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LastUpdateConfiguration

Declaration
public DateTime? LastUpdateConfiguration { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

MaxPageSize

Declaration
public int? MaxPageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PortalThemeSettings

Declaration
public JObject PortalThemeSettings { get; set; }
Property Value
Type Description
Newtonsoft.Json.Linq.JObject
| Improve this Doc View Source

Smtp

Declaration
public SmtpConfiguration Smtp { get; set; }
Property Value
Type Description
SmtpConfiguration
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾