C# Class InstallPad.ApplicationList

Inheritance: Persistable
Afficher le fichier Open project: philc/InstallPad Class Usage Examples

Méthodes publiques

Méthode Description
FromFile ( string path ) : ApplicationList
SaveToFile ( ) : void
Validate ( ) : bool

Private Methods

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

Method Details

FromFile() public static méthode

public static FromFile ( string path ) : ApplicationList
path string
Résultat ApplicationList

SaveToFile() public méthode

public SaveToFile ( ) : void
Résultat void

Validate() public méthode

public Validate ( ) : bool
Résultat bool