Search Results for

    Show / Hide Table of Contents

    Class IgniteConfigurationSection

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

    Inheritance
    System.Object
    IgniteConfigurationSection
    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.

    SerializeSection(ConfigurationElement, String, ConfigurationSaveMode)

    Creates an XML string containing an unmerged view of the 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 instance to use as the parent when performing the un-merge.

    System.String name

    The name of the section to create.

    ConfigurationSaveMode saveMode

    The instance to use when writing to a string.

    Returns
    Type Description
    System.String

    An XML string containing an unmerged view of the object.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation