C# 클래스 Praeclarum.App.DocumentReference

파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Close ( ) : System.Threading.Tasks.Task
DocumentReference ( IFile file, DocumentConstructor dctor, bool isNew ) : System
Duplicate ( IFileSystem fs ) : Task
New ( string path, string defaultExt, IFileSystem fs, DocumentConstructor dctor, string contents = null ) : Task
New ( string directory, string baseName, string ext, IFileSystem fs, DocumentConstructor dctor, string contents = null ) : Task
Open ( ) : Task
Rename ( string newName ) : Task
ToString ( ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DocumentReference() 공개 메소드

public DocumentReference ( IFile file, DocumentConstructor dctor, bool isNew ) : System
file IFile
dctor DocumentConstructor
isNew bool
리턴 System

Duplicate() 공개 메소드

public Duplicate ( IFileSystem fs ) : Task
fs IFileSystem
리턴 Task

New() 공개 정적인 메소드

public static New ( string path, string defaultExt, IFileSystem fs, DocumentConstructor dctor, string contents = null ) : Task
path string
defaultExt string
fs IFileSystem
dctor DocumentConstructor
contents string
리턴 Task

New() 공개 정적인 메소드

public static New ( string directory, string baseName, string ext, IFileSystem fs, DocumentConstructor dctor, string contents = null ) : Task
directory string
baseName string
ext string
fs IFileSystem
dctor DocumentConstructor
contents string
리턴 Task

Open() 공개 메소드

public Open ( ) : Task
리턴 Task

Rename() 공개 메소드

public Rename ( string newName ) : Task
newName string
리턴 Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string