C# 클래스 Brunet.Applications.ConfigurationValidator

파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_failed bool
_message string

공개 메소드들

메소드 설명
Validate ( string config_path, string xsd_path ) : bool

Read xml file and check validity using given xsd file. brunet and ipop configuration file input type is file name, and dhcp configuration file content is passed as a string.

보호된 메소드들

메소드 설명
ValidEventHandler ( object sender, ValidationEventArgs args ) : void

메소드 상세

ValidEventHandler() 보호된 메소드

protected ValidEventHandler ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
리턴 void

Validate() 공개 메소드

Read xml file and check validity using given xsd file. brunet and ipop configuration file input type is file name, and dhcp configuration file content is passed as a string.
public Validate ( string config_path, string xsd_path ) : bool
config_path string
xsd_path string
리턴 bool

프로퍼티 상세

_failed 보호되어 있는 프로퍼티

protected bool _failed
리턴 bool

_message 보호되어 있는 프로퍼티

protected string _message
리턴 string