C# Class PHP.Core.ApplicationConfiguration.PathsSection

Inheritance: IPhpConfigurationSection
Mostra file Open project: jadu/Phalanger Class Usage Examples

Public Methods

Method Description
Parse ( string name, string value, XmlNode node ) : bool

Loads paths from XML configuration node.

PathsSection ( ) : System

Private Methods

Method Description
CheckedPath ( string value, XmlNode node ) : FullPath
Validate ( ) : void

Method Details

Parse() public method

Loads paths from XML configuration node.
public Parse ( string name, string value, XmlNode node ) : bool
name string
value string
node System.Xml.XmlNode
return bool

PathsSection() public method

public PathsSection ( ) : System
return System