Show / Hide Table of Contents

Class GlobalConfigService

Inheritance
System.Object
GlobalConfigService
Namespace: Mix.Shared.Services
Assembly: mix.shared.dll
Syntax
public class GlobalConfigService : ConfigurationServiceBase<GlobalConfigurations>

Constructors

| Improve this Doc View Source

GlobalConfigService()

Declaration
public GlobalConfigService()

Fields

| Improve this Doc View Source

syncRoot

The synchronize root

Declaration
protected static readonly object syncRoot
Field Value
Type Description
System.Object

Properties

| Improve this Doc View Source

AesKey

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

DefaultCulture

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

Domain

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

InitStatus

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

Instance

Declaration
public static GlobalConfigService Instance { get; }
Property Value
Type Description
GlobalConfigService
| Improve this Doc View Source

IsEncryptApi

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

IsInit

Declaration
public bool IsInit { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾