C# 클래스 Todoist.NET.Item

Todoist.com task (or "item" as it is referred to in the API).
파일 보기 프로젝트 열기: jbfp/Todoist.NET

공개 메소드들

메소드 설명
Item ( string jsonData ) : System

Initializes a new instance of the Item class.

메소드 상세

Item() 공개 메소드

Initializes a new instance of the Item class.
/// Thrown when is null. ///
public Item ( string jsonData ) : System
jsonData string /// A task's JSON data. ///
리턴 System