Show / Hide Table of Contents

Class PortalConfigService

Inheritance
System.Object
JsonConfigurationServiceBase
PortalConfigService
Inherited Members
JsonConfigurationServiceBase.AppSettings
JsonConfigurationServiceBase.FilePath
JsonConfigurationServiceBase.watcher
JsonConfigurationServiceBase.GetConfig<T>(String, T)
JsonConfigurationServiceBase.GetConfig<T>(String, String, T)
JsonConfigurationServiceBase.GetEnumConfig<T>(String)
JsonConfigurationServiceBase.SetConfig<T>(String, T)
JsonConfigurationServiceBase.SetConfig<T>(String, String, T)
JsonConfigurationServiceBase.SaveSettings()
JsonConfigurationServiceBase.WatchFile()
JsonConfigurationServiceBase.LoadAppSettings()
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.Services
Assembly: mix.shared.dll
Syntax
public class PortalConfigService : JsonConfigurationServiceBase

Constructors

| Improve this Doc View Source

PortalConfigService()

Declaration
public PortalConfigService()

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

Instance

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