C# 클래스 MTG_Scanner.Models.Impl.XmlFileCreator

상속: IXmlFileCreator
파일 보기 프로젝트 열기: RejectKid/MTG-Scanner

공개 메소드들

메소드 설명
CreateXmlDb ( List listOfCards, ProgressDialogController dialogController ) : string
XmlFileCreator ( IUtil util ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AddChildElementAndValue ( XmlNode cardElement, string propertyName, string propertyValue ) : void
InitializeBaseXmlDoc ( ) : void
SaveXmlFile ( ) : void

메소드 상세

CreateXmlDb() 공개 메소드

public CreateXmlDb ( List listOfCards, ProgressDialogController dialogController ) : string
listOfCards List
dialogController MahApps.Metro.Controls.Dialogs.ProgressDialogController
리턴 string

XmlFileCreator() 공개 메소드

public XmlFileCreator ( IUtil util ) : System.Collections.Generic
util IUtil
리턴 System.Collections.Generic