C# Class Notedown.Note

Inheritance: IListItem
Afficher le fichier Open project: andererandre/Notedown Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : void
Note ( string name, string text, string path ) : System
Rename ( string name ) : bool
Save ( ) : void

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

Note() public méthode

public Note ( string name, string text, string path ) : System
name string
text string
path string
Résultat System

Rename() public méthode

public Rename ( string name ) : bool
name string
Résultat bool

Save() public méthode

public Save ( ) : void
Résultat void