C# Class TodoistNet.Core.Commands.NoteCommandArgument

Inheritance: TodoistCommandArgument
Afficher le fichier Open project: jernejk/TodoistNet

Private Properties

Свойство Type Description

Méthodes publiques

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

public static AddNote ( System.Guid tempItemId, string content ) : NoteCommandArgument
tempItemId System.Guid
content string
Résultat NoteCommandArgument

AddNote() public static méthode

public static AddNote ( int itemId, string content ) : NoteCommandArgument
itemId int
content string
Résultat NoteCommandArgument

AddProjectNote() public static méthode

public static AddProjectNote ( System.Guid tempProjectId, string content ) : NoteCommandArgument
tempProjectId System.Guid
content string
Résultat NoteCommandArgument

AddProjectNote() public static méthode

public static AddProjectNote ( int projectId, string content ) : NoteCommandArgument
projectId int
content string
Résultat NoteCommandArgument

DeleteNote() public static méthode

public static DeleteNote ( int id ) : NoteCommandArgument
id int
Résultat NoteCommandArgument

UpdateNote() public static méthode

public static UpdateNote ( int id, string content ) : NoteCommandArgument
id int
content string
Résultat NoteCommandArgument