Apache Ignite.NET
Apache.Ignite.Core.IgniteConfigurationSection Class Reference

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

Inheritance diagram for Apache.Ignite.Core.IgniteConfigurationSection:

Protected Member Functions

override void DeserializeSection (XmlReader reader)
 Reads XML from the configuration file. More...
 
override string SerializeSection (ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode)
 Creates an XML string containing an unmerged view of the ConfigurationSection object as a single section to write to a file. More...
 

Properties

IgniteConfiguration IgniteConfiguration [get]
 Gets or sets the ignite configuration. More...
 

Detailed Description

Member Function Documentation

override void Apache.Ignite.Core.IgniteConfigurationSection.DeserializeSection ( XmlReader  reader)
protected
Parameters
readerThe reader object, which reads from the configuration file.
override string Apache.Ignite.Core.IgniteConfigurationSection.SerializeSection ( ConfigurationElement  parentElement,
string  name,
ConfigurationSaveMode  saveMode 
)
protected
Parameters
parentElementThe ConfigurationElement instance to use as the parent when performing the un-merge.
nameThe name of the section to create.
saveModeThe ConfigurationSaveMode instance to use when writing to a string.
Returns
An XML string containing an unmerged view of the ConfigurationSection object.

Property Documentation

IgniteConfiguration Apache.Ignite.Core.IgniteConfigurationSection.IgniteConfiguration
get

The ignite configuration.