C# Class MTMCL.Profile.ProfileInXML

Show file Open project: cvronmin/metocraft Class Usage Examples

Public Methods

Method Description
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

Method Details

deleteProfile() public method

public deleteProfile ( string path, Profile pro ) : bool
path string
pro Profile
return bool

newFile() public method

public newFile ( string dir ) : bool
dir string
return bool

readProfile() public method

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

rewriteProfile() public method

public rewriteProfile ( string path, Profile pro ) : bool
path string
pro Profile
return bool

writeFileNoProfile() public method

public writeFileNoProfile ( string path ) : bool
path string
return bool

writeProfile() public method

public writeProfile ( string path, Profile pro ) : bool
path string
pro Profile
return bool