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

セーブを司るクラス
Mostrar archivo Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
Save ( String path ) : SaveResult
SaveDocumentFile ( String folderPath ) : SaveResult
SaveHeader ( string folderPath ) : SaveResult

Private Methods

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

public Save ( String path ) : SaveResult
path String
return SaveResult

SaveDocumentFile() public method

public SaveDocumentFile ( String folderPath ) : SaveResult
folderPath String
return SaveResult

SaveHeader() public method

public SaveHeader ( string folderPath ) : SaveResult
folderPath string
return SaveResult