C# Class Todoist.NET.Item

Todoist.com task (or "item" as it is referred to in the API).
Afficher le fichier Open project: jbfp/Todoist.NET

Méthodes publiques

Méthode Description
Item ( string jsonData ) : System

Initializes a new instance of the Item class.

Method Details

Item() public méthode

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