C# 클래스 MTMCL.Profile.ProfileInXML

파일 보기 프로젝트 열기: cvronmin/metocraft 1 사용 예제들

공개 메소드들

메소드 설명
deleteProfile ( string path, Profile pro ) : bool
newFile ( string dir ) : bool
readProfile ( string path ) : MTMCL.Profile.Profile[]
rewriteProfile ( string path, Profile pro ) : bool
writeFileNoProfile ( string path ) : bool
writeProfile ( string path, Profile pro ) : bool

메소드 상세

deleteProfile() 공개 메소드

public deleteProfile ( string path, Profile pro ) : bool
path string
pro Profile
리턴 bool

newFile() 공개 메소드

public newFile ( string dir ) : bool
dir string
리턴 bool

readProfile() 공개 메소드

public readProfile ( string path ) : MTMCL.Profile.Profile[]
path string
리턴 MTMCL.Profile.Profile[]

rewriteProfile() 공개 메소드

public rewriteProfile ( string path, Profile pro ) : bool
path string
pro Profile
리턴 bool

writeFileNoProfile() 공개 메소드

public writeFileNoProfile ( string path ) : bool
path string
리턴 bool

writeProfile() 공개 메소드

public writeProfile ( string path, Profile pro ) : bool
path string
pro Profile
리턴 bool