C# Class PHP.Core.ApplicationConfiguration.PathsSection

Inheritance: IPhpConfigurationSection
Afficher le fichier Open project: jadu/Phalanger Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string name, string value, XmlNode node ) : bool

Loads paths from XML configuration node.

PathsSection ( ) : System

Private Methods

Méthode Description
CheckedPath ( string value, XmlNode node ) : FullPath
Validate ( ) : void

Method Details

Parse() public méthode

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

PathsSection() public méthode

public PathsSection ( ) : System
Résultat System