C# Class TodoistNet.Core.Commands.LabelCommandArgument

Inheritance: TodoistCommandArgument
Mostrar archivo Open project: jernejk/TodoistNet

Private Properties

Property Type Description

Public Methods

Method Description
AddLabel ( string name ) : LabelCommandArgument
DeleteLabel ( int id ) : LabelCommandArgument
UpdateLabel ( int id ) : LabelCommandArgument

Method Details

AddLabel() public static method

public static AddLabel ( string name ) : LabelCommandArgument
name string
return LabelCommandArgument

DeleteLabel() public static method

public static DeleteLabel ( int id ) : LabelCommandArgument
id int
return LabelCommandArgument

UpdateLabel() public static method

public static UpdateLabel ( int id ) : LabelCommandArgument
id int
return LabelCommandArgument