C# Class Todoist.NET.Item

Todoist.com task (or "item" as it is referred to in the API).
ファイルを表示 Open project: jbfp/Todoist.NET

Public Methods

Method Description
Item ( string jsonData ) : System

Initializes a new instance of the Item class.

Method Details

Item() public method

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