C# 클래스 PHP.Core.ApplicationConfiguration.PathsSection

상속: IPhpConfigurationSection
파일 보기 프로젝트 열기: jadu/Phalanger 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string name, string value, XmlNode node ) : bool

Loads paths from XML configuration node.

PathsSection ( ) : System

비공개 메소드들

메소드 설명
CheckedPath ( string value, XmlNode node ) : FullPath
Validate ( ) : void

메소드 상세

Parse() 공개 메소드

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

PathsSection() 공개 메소드

public PathsSection ( ) : System
리턴 System