Method | Description | |
---|---|---|
Create ( string title, string description, System.DateTime dueDate, bool flagged, bool complete, string assignedTo ) : int | ||
Create ( string apiKey, string title, string description, System.DateTime dueDate, bool flagged, bool complete, string assignedTo ) : int | ||
Destroy ( int todoId ) : void | ||
Destroy ( string apiKey, int todoId ) : void | ||
Get ( int todoId ) : |
||
Get ( string apiKey, int todoId ) : |
||
List ( ) : BatchBook.Todo[] | ||
List ( string apiKey ) : BatchBook.Todo[] | ||
ListByAssignedTo ( string assignedTo ) : BatchBook.Todo[] | ||
ListByAssignedTo ( string apiKey, string assignedTo ) : BatchBook.Todo[] | ||
ListByCompany ( int companyId ) : BatchBook.Todo[] | ||
ListByCompany ( string apiKey, int companyId ) : BatchBook.Todo[] | ||
ListByPerson ( int personId ) : BatchBook.Todo[] | ||
ListByPerson ( string apiKey, int personId ) : BatchBook.Todo[] | ||
ListByUpdatedSince ( System.DateTime updatedSince ) : BatchBook.Todo[] | ||
ListByUpdatedSince ( string apiKey, System.DateTime updatedSince ) : BatchBook.Todo[] | ||
Update ( int todoId, string title, string description, System.DateTime dueDate, bool flagged, bool complete, string assignedTo ) : void | ||
Update ( string apiKey, int todoId, string title, string description, System.DateTime dueDate, bool flagged, bool complete, string assignedTo ) : void |
Method | Description | |
---|---|---|
BuildList ( |
||
Todo ( |
public static Create ( string title, string description, System.DateTime dueDate, bool flagged, bool complete, string assignedTo ) : int | ||
title | string | |
description | string | |
dueDate | System.DateTime | |
flagged | bool | |
complete | bool | |
assignedTo | string | |
return | int |
public static Create ( string apiKey, string title, string description, System.DateTime dueDate, bool flagged, bool complete, string assignedTo ) : int | ||
apiKey | string | |
title | string | |
description | string | |
dueDate | System.DateTime | |
flagged | bool | |
complete | bool | |
assignedTo | string | |
return | int |
public static Destroy ( string apiKey, int todoId ) : void | ||
apiKey | string | |
todoId | int | |
return | void |
public static Get ( string apiKey, int todoId ) : |
||
apiKey | string | |
todoId | int | |
return |
public static List ( string apiKey ) : BatchBook.Todo[] | ||
apiKey | string | |
return | BatchBook.Todo[] |
public static ListByAssignedTo ( string assignedTo ) : BatchBook.Todo[] | ||
assignedTo | string | |
return | BatchBook.Todo[] |
public static ListByAssignedTo ( string apiKey, string assignedTo ) : BatchBook.Todo[] | ||
apiKey | string | |
assignedTo | string | |
return | BatchBook.Todo[] |
public static ListByCompany ( int companyId ) : BatchBook.Todo[] | ||
companyId | int | |
return | BatchBook.Todo[] |
public static ListByCompany ( string apiKey, int companyId ) : BatchBook.Todo[] | ||
apiKey | string | |
companyId | int | |
return | BatchBook.Todo[] |
public static ListByPerson ( int personId ) : BatchBook.Todo[] | ||
personId | int | |
return | BatchBook.Todo[] |
public static ListByPerson ( string apiKey, int personId ) : BatchBook.Todo[] | ||
apiKey | string | |
personId | int | |
return | BatchBook.Todo[] |
public static ListByUpdatedSince ( System.DateTime updatedSince ) : BatchBook.Todo[] | ||
updatedSince | System.DateTime | |
return | BatchBook.Todo[] |
public static ListByUpdatedSince ( string apiKey, System.DateTime updatedSince ) : BatchBook.Todo[] | ||
apiKey | string | |
updatedSince | System.DateTime | |
return | BatchBook.Todo[] |
public static Update ( int todoId, string title, string description, System.DateTime dueDate, bool flagged, bool complete, string assignedTo ) : void | ||
todoId | int | |
title | string | |
description | string | |
dueDate | System.DateTime | |
flagged | bool | |
complete | bool | |
assignedTo | string | |
return | void |
public static Update ( string apiKey, int todoId, string title, string description, System.DateTime dueDate, bool flagged, bool complete, string assignedTo ) : void | ||
apiKey | string | |
todoId | int | |
title | string | |
description | string | |
dueDate | System.DateTime | |
flagged | bool | |
complete | bool | |
assignedTo | string | |
return | void |