Show / Hide Table of Contents

Class MixHeartConfigService

Inheritance
System.Object
ConfigurationServiceBase<MixHeartConfigurationModel>
MixHeartConfigService
Inherited Members
ConfigurationServiceBase<MixHeartConfigurationModel>._isEncrypt
ConfigurationServiceBase<MixHeartConfigurationModel>.AesKey
ConfigurationServiceBase<MixHeartConfigurationModel>.AppSettings
ConfigurationServiceBase<MixHeartConfigurationModel>.FilePath
ConfigurationServiceBase<MixHeartConfigurationModel>.watcher
ConfigurationServiceBase<MixHeartConfigurationModel>.GetConfig<TValue>(String, TValue)
ConfigurationServiceBase<MixHeartConfigurationModel>.GetConfig<TValue>(String, String, TValue)
ConfigurationServiceBase<MixHeartConfigurationModel>.GetEnumConfig<TValue>(String)
ConfigurationServiceBase<MixHeartConfigurationModel>.SetConfig<TValue>(String, TValue)
ConfigurationServiceBase<MixHeartConfigurationModel>.SetConfig<TValue>(String, String, TValue)
ConfigurationServiceBase<MixHeartConfigurationModel>.SaveSettings()
ConfigurationServiceBase<MixHeartConfigurationModel>.WatchFile()
ConfigurationServiceBase<MixHeartConfigurationModel>.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.heart.dll
Syntax
public class MixHeartConfigService : ConfigurationServiceBase<MixHeartConfigurationModel>

Constructors

| Improve this Doc View Source

MixHeartConfigService()

Declaration
public MixHeartConfigService()

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

DatabaseProvider

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

Instance

Declaration
public static MixHeartConfigService Instance { get; }
Property Value
Type Description
MixHeartConfigService

Methods

| Improve this Doc View Source

GetConnectionString(String)

Declaration
public string GetConnectionString(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.String
| Improve this Doc View Source

SetConnectionString(String, String)

Declaration
public void SetConnectionString(string name, string value)
Parameters
Type Name Description
System.String name
System.String value
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾