C# Class NSoft.NFramework.Configurations.NamedConfigurationElement

Represents a named System.Configuration.ConfigurationElement wher the name is the key to a collection.
This class is used in conjunction with a NSoft.NFramework.Configurations.NamedElementCollection{T}.
Inheritance: System.Configuration.ConfigurationElement
Afficher le fichier Open project: debop/NFramework

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DeserializeElement ( XmlReader reader ) : void

This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Updates the configuration properties of the receiver with the information in the current element in the reader.

NamedConfigurationElement ( ) : System.Configuration

Initialize a new instance of a NamedConfigurationElement class.

NamedConfigurationElement ( string name ) : System.Configuration

Intialize a new instance of a NamedConfigurationElement class with a name.

Method Details

DeserializeElement() public méthode

This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Updates the configuration properties of the receiver with the information in the current element in the reader.
public DeserializeElement ( XmlReader reader ) : void
reader System.Xml.XmlReader The reader over the configuration file.
Résultat void

NamedConfigurationElement() public méthode

Initialize a new instance of a NamedConfigurationElement class.
public NamedConfigurationElement ( ) : System.Configuration
Résultat System.Configuration

NamedConfigurationElement() public méthode

Intialize a new instance of a NamedConfigurationElement class with a name.
public NamedConfigurationElement ( string name ) : System.Configuration
name string The name of the element.
Résultat System.Configuration