C# 클래스 ArtOfWords.MainService.SaveFileService

セーブファイルを扱うサービス
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

공개 메소드들

메소드 설명
CreateNew ( IEditor iEditor ) : bool

新規作成

CreateNewPlus ( IEditor iEditor ) : bool

引き継いで新規作成

OpenFile ( IEditor editor ) : bool

ファイルを開く

OpenFile ( IEditor editor, String filePath ) : bool

パスを指定してファイルを開く

SaveFile ( ) : bool

ファイルをセーブする

SaveFile ( string toFile ) : bool

ファイル名を指定してファイルを保存する

SaveFileWithName ( ) : bool

名前をつけて保存

비공개 메소드들

메소드 설명
GetFolderPath ( ) : string

保存先フォルダーのパスを取得する

메소드 상세

CreateNew() 공개 메소드

新規作成
public CreateNew ( IEditor iEditor ) : bool
iEditor IEditor テキストを取得するためのIEditorインターフェース
리턴 bool

CreateNewPlus() 공개 메소드

引き継いで新規作成
public CreateNewPlus ( IEditor iEditor ) : bool
iEditor IEditor テキストを取得するためのIEditorインターフェース
리턴 bool

OpenFile() 공개 메소드

ファイルを開く
public OpenFile ( IEditor editor ) : bool
editor IEditor テキストを展開するためのIEditorインターフェース
리턴 bool

OpenFile() 공개 메소드

パスを指定してファイルを開く
public OpenFile ( IEditor editor, String filePath ) : bool
editor IEditor テキストを展開するためのIEditorインターフェース
filePath String ファイルを開くパス
리턴 bool

SaveFile() 공개 메소드

ファイルをセーブする
public SaveFile ( ) : bool
리턴 bool

SaveFile() 공개 메소드

ファイル名を指定してファイルを保存する
public SaveFile ( string toFile ) : bool
toFile string
리턴 bool

SaveFileWithName() 공개 메소드

名前をつけて保存
public SaveFileWithName ( ) : bool
리턴 bool