C# Class TodoistNet.Core.Commands.LabelCommandArgument

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddLabel ( string name ) : LabelCommandArgument
DeleteLabel ( int id ) : LabelCommandArgument
UpdateLabel ( int id ) : LabelCommandArgument

Method Details

AddLabel() public static méthode

public static AddLabel ( string name ) : LabelCommandArgument
name string
Résultat LabelCommandArgument

DeleteLabel() public static méthode

public static DeleteLabel ( int id ) : LabelCommandArgument
id int
Résultat LabelCommandArgument

UpdateLabel() public static méthode

public static UpdateLabel ( int id ) : LabelCommandArgument
id int
Résultat LabelCommandArgument