Show / Hide Table of Contents

Class MixHeartConfigurationModel

Inheritance
System.Object
MixHeartConfigurationModel
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.Heart.Models
Assembly: mix.heart.dll
Syntax
public class MixHeartConfigurationModel

Constructors

| Improve this Doc View Source

MixHeartConfigurationModel()

Declaration
public MixHeartConfigurationModel()

Properties

| Improve this Doc View Source

CacheConnection

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

CacheFolder

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

CacheMode

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

DatabaseProvider

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

IsCache

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