C# Class UpdateFile, SnakeBite

Afficher le fichier Open project: topher-au/SnakeBite Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ReadXml ( string XmlFile ) : void
ReadXmlFromInterweb ( string URL ) : bool
UpdateFile ( ) : System
UpdateFile ( string XmlFile ) : System
WriteXml ( string XmlFile ) : void

Method Details

ReadXml() public méthode

public ReadXml ( string XmlFile ) : void
XmlFile string
Résultat void

ReadXmlFromInterweb() public méthode

public ReadXmlFromInterweb ( string URL ) : bool
URL string
Résultat bool

UpdateFile() public méthode

public UpdateFile ( ) : System
Résultat System

UpdateFile() public méthode

public UpdateFile ( string XmlFile ) : System
XmlFile string
Résultat System

WriteXml() public méthode

public WriteXml ( string XmlFile ) : void
XmlFile string
Résultat void