C# Class Notedown.Note

Inheritance: IListItem
显示文件 Open project: andererandre/Notedown Class Usage Examples

Public Methods

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

Method Details

Delete() public method

public Delete ( ) : void
return void

Note() public method

public Note ( string name, string text, string path ) : System
name string
text string
path string
return System

Rename() public method

public Rename ( string name ) : bool
name string
return bool

Save() public method

public Save ( ) : void
return void