• CacheManager
  • Documentation
  • Api Docs
  • MichaCo.net
    Show / Hide Table of Contents

    Class RedisConfigurationSection

    The main section for redis configurations.

    Inheritance
    Object
    ConfigurationElement
    ConfigurationSection
    RedisConfigurationSection
    Inherited Members
    ConfigurationSection.GetRuntimeObject()
    ConfigurationSection.IsModified()
    ConfigurationSection.ResetModified()
    ConfigurationSection.DeserializeSection(XmlReader)
    ConfigurationSection.SerializeSection(ConfigurationElement, String, ConfigurationSaveMode)
    ConfigurationSection.ShouldSerializePropertyInTargetVersion(ConfigurationProperty, String, FrameworkName, ConfigurationElement)
    ConfigurationSection.ShouldSerializeElementInTargetVersion(ConfigurationElement, String, FrameworkName)
    ConfigurationSection.ShouldSerializeSectionInTargetVersion(FrameworkName)
    ConfigurationSection.SectionInformation
    ConfigurationElement.Init()
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.SetReadOnly()
    ConfigurationElement.ListErrors(IList)
    ConfigurationElement.InitializeDefault()
    ConfigurationElement.Reset(ConfigurationElement)
    ConfigurationElement.Equals(Object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.SetPropertyValue(ConfigurationProperty, Object, Boolean)
    ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
    ConfigurationElement.SerializeToXmlElement(XmlWriter, String)
    ConfigurationElement.SerializeElement(XmlWriter, Boolean)
    ConfigurationElement.DeserializeElement(XmlReader, Boolean)
    ConfigurationElement.OnRequiredPropertyNotFound(String)
    ConfigurationElement.PostDeserialize()
    ConfigurationElement.PreSerialize(XmlWriter)
    ConfigurationElement.OnDeserializeUnrecognizedAttribute(String, String)
    ConfigurationElement.OnDeserializeUnrecognizedElement(String, XmlReader)
    ConfigurationElement.GetTransformedTypeString(String)
    ConfigurationElement.GetTransformedAssemblyString(String)
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.Item[ConfigurationProperty]
    ConfigurationElement.Item[String]
    ConfigurationElement.Properties
    ConfigurationElement.ElementInformation
    ConfigurationElement.EvaluationContext
    ConfigurationElement.ElementProperty
    ConfigurationElement.HasContext
    ConfigurationElement.CurrentConfiguration
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:CacheManager.Redis
    Assembly:CacheManager.StackExchange.Redis.dll
    Syntax
    public sealed class RedisConfigurationSection : ConfigurationSection

    Fields

    | Improve this Doc View Source

    DefaultSectionName

    The default section name.

    Declaration
    public const string DefaultSectionName = "cacheManager.Redis"
    Field Value
    Type Description
    String

    Properties

    | Improve this Doc View Source

    Connections

    Gets the connections.

    Declaration
    [ConfigurationProperty("connections")]
    [ConfigurationCollection(typeof (RedisOptionCollection), AddItemName = "connection")]
    public RedisOptionCollection Connections { get; }
    Property Value
    Type Description
    RedisOptionCollection

    The connections.

    | Improve this Doc View Source

    Xmlns

    Gets or sets the XMLNS.

    Declaration
    [ConfigurationProperty("xmlns", IsRequired = false)]
    public string Xmlns { get; set; }
    Property Value
    Type Description
    String

    The XMLNS.

    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net