C# Class Praeclarum.App.DocumentReference

Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

DocumentReference() public méthode

public DocumentReference ( IFile file, DocumentConstructor dctor, bool isNew ) : System
file IFile
dctor DocumentConstructor
isNew bool
Résultat System

Duplicate() public méthode

public Duplicate ( IFileSystem fs ) : Task
fs IFileSystem
Résultat Task

New() public static méthode

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
Résultat Task

New() public static méthode

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
Résultat Task

Open() public méthode

public Open ( ) : Task
Résultat Task

Rename() public méthode

public Rename ( string newName ) : Task
newName string
Résultat Task

ToString() public méthode

public ToString ( ) : string
Résultat string