C# Class Castle.MonoRail.Framework.Configuration.MonoRailSectionHandler

The MonoRail section handler
Inheritance: IConfigurationSectionHandler
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Create ( object parent, object configContext, XmlNode section ) : object

Creates a configuration section handler.

MonoRailSectionHandler ( ) : System

Initializes a new instance of the MonoRailSectionHandler class.

Private Methods

Méthode Description
Deserialize ( XmlNode section, Castle.MonoRail.Framework.Configuration.MonoRailConfiguration config ) : void

Deserializes the config section.

Method Details

Create() public méthode

Creates a configuration section handler.
public Create ( object parent, object configContext, XmlNode section ) : object
parent object
configContext object Configuration context object.
section System.Xml.XmlNode
Résultat object

MonoRailSectionHandler() public méthode

Initializes a new instance of the MonoRailSectionHandler class.
public MonoRailSectionHandler ( ) : System
Résultat System