C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.SaveAndLoad.SaveManager

セーブを司るクラス
Afficher le fichier Open project: kienaiProject/ArtOfWords

Méthodes publiques

Méthode Description
Save ( String path ) : SaveResult
SaveDocumentFile ( String folderPath ) : SaveResult
SaveHeader ( string folderPath ) : SaveResult

Private Methods

Méthode Description
CreateZip ( string destPath, string srcZipPath ) : void
GetBackupFilePath ( String path ) : String
GetTempFileName ( String path ) : String

一時ファイルの名前を取得する

GetTempFolderPath ( SaveEmergencyMode mode ) : String
SaveTempText ( String path, SaveEmergencyMode mode ) : SaveResult

Method Details

Save() public méthode

public Save ( String path ) : SaveResult
path String
Résultat SaveResult

SaveDocumentFile() public méthode

public SaveDocumentFile ( String folderPath ) : SaveResult
folderPath String
Résultat SaveResult

SaveHeader() public méthode

public SaveHeader ( string folderPath ) : SaveResult
folderPath string
Résultat SaveResult