C# 클래스 TodoistNet.Core.Commands.LabelCommandArgument

상속: TodoistCommandArgument
파일 보기 프로젝트 열기: jernejk/TodoistNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddLabel ( string name ) : LabelCommandArgument
DeleteLabel ( int id ) : LabelCommandArgument
UpdateLabel ( int id ) : LabelCommandArgument

메소드 상세

AddLabel() 공개 정적인 메소드

public static AddLabel ( string name ) : LabelCommandArgument
name string
리턴 LabelCommandArgument

DeleteLabel() 공개 정적인 메소드

public static DeleteLabel ( int id ) : LabelCommandArgument
id int
리턴 LabelCommandArgument

UpdateLabel() 공개 정적인 메소드

public static UpdateLabel ( int id ) : LabelCommandArgument
id int
리턴 LabelCommandArgument