C# Class TodoistNet.Core.Commands.NoteCommandArgument

Inheritance: TodoistCommandArgument
Mostra file Open project: jernejk/TodoistNet

Private Properties

Property Type Description

Public Methods

Method Description
AddNote ( System.Guid tempItemId, string content ) : NoteCommandArgument
AddNote ( int itemId, string content ) : NoteCommandArgument
AddProjectNote ( System.Guid tempProjectId, string content ) : NoteCommandArgument
AddProjectNote ( int projectId, string content ) : NoteCommandArgument
DeleteNote ( int id ) : NoteCommandArgument
UpdateNote ( int id, string content ) : NoteCommandArgument

Method Details

AddNote() public static method

public static AddNote ( System.Guid tempItemId, string content ) : NoteCommandArgument
tempItemId System.Guid
content string
return NoteCommandArgument

AddNote() public static method

public static AddNote ( int itemId, string content ) : NoteCommandArgument
itemId int
content string
return NoteCommandArgument

AddProjectNote() public static method

public static AddProjectNote ( System.Guid tempProjectId, string content ) : NoteCommandArgument
tempProjectId System.Guid
content string
return NoteCommandArgument

AddProjectNote() public static method

public static AddProjectNote ( int projectId, string content ) : NoteCommandArgument
projectId int
content string
return NoteCommandArgument

DeleteNote() public static method

public static DeleteNote ( int id ) : NoteCommandArgument
id int
return NoteCommandArgument

UpdateNote() public static method

public static UpdateNote ( int id, string content ) : NoteCommandArgument
id int
content string
return NoteCommandArgument