C# 클래스 CardMaker.Data.LayoutTemplateManager

Handles LayoutTemplate management
파일 보기 프로젝트 열기: nhmkdev/cardmaker

공개 메소드들

메소드 설명
DeleteLayoutTemplate ( string sStartupPath, CardMaker.XML.LayoutTemplate zLayoutTemplate ) : void

Deletes the specified layout template

LoadLayoutTemplates ( string sStartupPath ) : void

Loads the template files from the specified startup path

SaveLayoutTemplate ( string sStartupPath, CardMaker.XML.LayoutTemplate zLayoutTemplate ) : bool

Saves the specified layout template

비공개 메소드들

메소드 설명
ReplaceNonFileSafeCharacters ( string sInput ) : string

Replaces any non file safe characters

메소드 상세

DeleteLayoutTemplate() 공개 메소드

Deletes the specified layout template
public DeleteLayoutTemplate ( string sStartupPath, CardMaker.XML.LayoutTemplate zLayoutTemplate ) : void
sStartupPath string The path containing the templates folder
zLayoutTemplate CardMaker.XML.LayoutTemplate The template to delete
리턴 void

LoadLayoutTemplates() 공개 메소드

Loads the template files from the specified startup path
public LoadLayoutTemplates ( string sStartupPath ) : void
sStartupPath string The path containing the templates folder
리턴 void

SaveLayoutTemplate() 공개 메소드

Saves the specified layout template
public SaveLayoutTemplate ( string sStartupPath, CardMaker.XML.LayoutTemplate zLayoutTemplate ) : bool
sStartupPath string The path containing the templates folder
zLayoutTemplate CardMaker.XML.LayoutTemplate The template to save
리턴 bool