C# Class MTG_Scanner.Models.Impl.XmlFileCreator

Inheritance: IXmlFileCreator
Afficher le fichier Open project: RejectKid/MTG-Scanner

Méthodes publiques

Méthode Description
CreateXmlDb ( List listOfCards, ProgressDialogController dialogController ) : string
XmlFileCreator ( IUtil util ) : System.Collections.Generic

Private Methods

Méthode Description
AddChildElementAndValue ( XmlNode cardElement, string propertyName, string propertyValue ) : void
InitializeBaseXmlDoc ( ) : void
SaveXmlFile ( ) : void

Method Details

CreateXmlDb() public méthode

public CreateXmlDb ( List listOfCards, ProgressDialogController dialogController ) : string
listOfCards List
dialogController MahApps.Metro.Controls.Dialogs.ProgressDialogController
Résultat string

XmlFileCreator() public méthode

public XmlFileCreator ( IUtil util ) : System.Collections.Generic
util IUtil
Résultat System.Collections.Generic