C# Class InstallPad.ApplicationList

Inheritance: Persistable
ファイルを表示 Open project: philc/InstallPad Class Usage Examples

Public Methods

Method Description
FromFile ( string path ) : ApplicationList
SaveToFile ( ) : void
Validate ( ) : bool

Private Methods

Method Description
ApplicationList ( ) : System
EscapeStandaloneAmpersands ( String s ) : string
FromXml ( XmlReader reader ) : ApplicationList
IsEscapedChar ( string s ) : bool
WriteXml ( XmlWriter writer ) : void

Method Details

FromFile() public static method

public static FromFile ( string path ) : ApplicationList
path string
return ApplicationList

SaveToFile() public method

public SaveToFile ( ) : void
return void

Validate() public method

public Validate ( ) : bool
return bool