C# Class InstallPad.ApplicationItemOptions

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

Public Methods

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

Method Details

FromXml() public static method

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

Validate() public method

public Validate ( ) : bool
return bool

WriteXml() public method

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