C# Class MTMCL.Profile.ProfileInXML

Afficher le fichier Open project: cvronmin/metocraft Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public deleteProfile ( string path, Profile pro ) : bool
path string
pro Profile
Résultat bool

newFile() public méthode

public newFile ( string dir ) : bool
dir string
Résultat bool

readProfile() public méthode

public readProfile ( string path ) : MTMCL.Profile.Profile[]
path string
Résultat MTMCL.Profile.Profile[]

rewriteProfile() public méthode

public rewriteProfile ( string path, Profile pro ) : bool
path string
pro Profile
Résultat bool

writeFileNoProfile() public méthode

public writeFileNoProfile ( string path ) : bool
path string
Résultat bool

writeProfile() public méthode

public writeProfile ( string path, Profile pro ) : bool
path string
pro Profile
Résultat bool