Class MixHeartConfigService
Inheritance
System.Object
MixHeartConfigService
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.Services
Assembly: mix.heart.dll
Syntax
public class MixHeartConfigService : ConfigurationServiceBase<MixHeartConfigurationModel>
Constructors
| Improve this Doc View SourceMixHeartConfigService()
Declaration
public MixHeartConfigService()
Fields
| Improve this Doc View SourcesyncRoot
The synchronize root
Declaration
protected static readonly object syncRoot
Field Value
Type | Description |
---|---|
System.Object |
Properties
| Improve this Doc View SourceDatabaseProvider
Declaration
public MixDatabaseProvider DatabaseProvider { get; }
Property Value
Type | Description |
---|---|
MixDatabaseProvider |
Instance
Declaration
public static MixHeartConfigService Instance { get; }
Property Value
Type | Description |
---|---|
MixHeartConfigService |
Methods
| Improve this Doc View SourceGetConnectionString(String)
Declaration
public string GetConnectionString(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.String |
SetConnectionString(String, String)
Declaration
public void SetConnectionString(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |