C# 클래스 InstallPad.ApplicationList

상속: Persistable
파일 보기 프로젝트 열기: philc/InstallPad 1 사용 예제들

공개 메소드들

메소드 설명
FromFile ( string path ) : ApplicationList
SaveToFile ( ) : void
Validate ( ) : bool

비공개 메소드들

메소드 설명
ApplicationList ( ) : System
EscapeStandaloneAmpersands ( String s ) : string
FromXml ( XmlReader reader ) : ApplicationList
IsEscapedChar ( string s ) : bool
WriteXml ( XmlWriter writer ) : void

메소드 상세

FromFile() 공개 정적인 메소드

public static FromFile ( string path ) : ApplicationList
path string
리턴 ApplicationList

SaveToFile() 공개 메소드

public SaveToFile ( ) : void
리턴 void

Validate() 공개 메소드

public Validate ( ) : bool
리턴 bool