Search Results for

    Show / Hide Table of Contents

    Class IgniteConfigurationSection

    Ignite configuration section for app.config and web.config files.

    Inheritance
    object
    ConfigurationElement
    ConfigurationSection
    IgniteConfigurationSection
    Inherited Members
    ConfigurationSection.GetRuntimeObject()
    ConfigurationSection.IsModified()
    ConfigurationSection.ResetModified()
    ConfigurationSection.ShouldSerializeElementInTargetVersion(ConfigurationElement, string, FrameworkName)
    ConfigurationSection.ShouldSerializePropertyInTargetVersion(ConfigurationProperty, string, FrameworkName, ConfigurationElement)
    ConfigurationSection.ShouldSerializeSectionInTargetVersion(FrameworkName)
    ConfigurationSection.SectionInformation
    ConfigurationElement.DeserializeElement(XmlReader, bool)
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.GetTransformedAssemblyString(string)
    ConfigurationElement.GetTransformedTypeString(string)
    ConfigurationElement.Init()
    ConfigurationElement.InitializeDefault()
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.ListErrors(IList)
    ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)
    ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)
    ConfigurationElement.OnRequiredPropertyNotFound(string)
    ConfigurationElement.PostDeserialize()
    ConfigurationElement.PreSerialize(XmlWriter)
    ConfigurationElement.Reset(ConfigurationElement)
    ConfigurationElement.SerializeElement(XmlWriter, bool)
    ConfigurationElement.SerializeToXmlElement(XmlWriter, string)
    ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)
    ConfigurationElement.SetReadOnly()
    ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
    ConfigurationElement.CurrentConfiguration
    ConfigurationElement.ElementInformation
    ConfigurationElement.ElementProperty
    ConfigurationElement.EvaluationContext
    ConfigurationElement.HasContext
    ConfigurationElement.this[ConfigurationProperty]
    ConfigurationElement.this[string]
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockElements
    ConfigurationElement.LockItem
    ConfigurationElement.Properties
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Apache.Ignite.Core
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class IgniteConfigurationSection : ConfigurationSection

    Properties

    IgniteConfiguration

    Gets or sets the ignite configuration.

    Declaration
    public IgniteConfiguration IgniteConfiguration { get; }
    Property Value
    Type Description
    IgniteConfiguration

    The ignite configuration.

    Methods

    DeserializeSection(XmlReader)

    Reads XML from the configuration file.

    Declaration
    protected override void DeserializeSection(XmlReader reader)
    Parameters
    Type Name Description
    XmlReader reader

    The reader object, which reads from the configuration file.

    Overrides
    ConfigurationSection.DeserializeSection(XmlReader)

    SerializeSection(ConfigurationElement, string, ConfigurationSaveMode)

    Creates an XML string containing an unmerged view of the ConfigurationSection object as a single section to write to a file.

    Declaration
    protected override string SerializeSection(ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode)
    Parameters
    Type Name Description
    ConfigurationElement parentElement

    The ConfigurationElement instance to use as the parent when performing the un-merge.

    string name

    The name of the section to create.

    ConfigurationSaveMode saveMode

    The ConfigurationSaveMode instance to use when writing to a string.

    Returns
    Type Description
    string

    An XML string containing an unmerged view of the ConfigurationSection object.

    Overrides
    ConfigurationSection.SerializeSection(ConfigurationElement, string, ConfigurationSaveMode)
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation