C# Class InstallPad.InstallationOptions

Inheritance: Persistable
Mostra file Open project: philc/InstallPad Class Usage Examples

Public Methods

Method Description
FromXml ( XmlReader reader ) : InstallationOptions
Validate ( ) : bool
WriteXml ( XmlWriter writer ) : void

Method Details

FromXml() public static method

public static FromXml ( XmlReader reader ) : InstallationOptions
reader System.Xml.XmlReader
return InstallationOptions

Validate() public method

public Validate ( ) : bool
return bool

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void