C# Class UpdateFile, SnakeBite

Exibir arquivo Open project: topher-au/SnakeBite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ReadXml ( string XmlFile ) : void
ReadXmlFromInterweb ( string URL ) : bool
UpdateFile ( ) : System
UpdateFile ( string XmlFile ) : System
WriteXml ( string XmlFile ) : void

Method Details

ReadXml() public method

public ReadXml ( string XmlFile ) : void
XmlFile string
return void

ReadXmlFromInterweb() public method

public ReadXmlFromInterweb ( string URL ) : bool
URL string
return bool

UpdateFile() public method

public UpdateFile ( ) : System
return System

UpdateFile() public method

public UpdateFile ( string XmlFile ) : System
XmlFile string
return System

WriteXml() public method

public WriteXml ( string XmlFile ) : void
XmlFile string
return void