C# 클래스 xmlGenerator.ConfGenerator

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

공개 메소드들

메소드 설명
ConfGenerator ( ) : System
ReadXMLFile ( ) : bool
WriteElementValue ( string element, string value, string defaultString, XmlTextWriter TargetXML, ValidCheck type ) : void
confFileValidCheck ( ConfFileValidChk target ) : bool
genBrunetConf ( ) : bool
genDHCPConf ( ) : bool
genIPOPConf ( ) : bool

비공개 메소드들

메소드 설명
ValidCheckEventHandler ( object sender, ValidationEventArgs args ) : void
isValidIP ( string ipAddr ) : bool
isValidPort ( string portNumber ) : bool
isValidRemoteTA ( string address ) : bool

메소드 상세

ConfGenerator() 공개 메소드

public ConfGenerator ( ) : System
리턴 System

ReadXMLFile() 공개 메소드

public ReadXMLFile ( ) : bool
리턴 bool

WriteElementValue() 공개 메소드

public WriteElementValue ( string element, string value, string defaultString, XmlTextWriter TargetXML, ValidCheck type ) : void
element string
value string
defaultString string
TargetXML System.Xml.XmlTextWriter
type ValidCheck
리턴 void

confFileValidCheck() 공개 메소드

public confFileValidCheck ( ConfFileValidChk target ) : bool
target ConfFileValidChk
리턴 bool

genBrunetConf() 공개 메소드

public genBrunetConf ( ) : bool
리턴 bool

genDHCPConf() 공개 메소드

public genDHCPConf ( ) : bool
리턴 bool

genIPOPConf() 공개 메소드

public genIPOPConf ( ) : bool
리턴 bool