Méthode | Description | |
---|---|---|
Create ( string title, string description, float amount, string status, int dealWithId, string assignedTo ) : int | ||
Create ( string apiKey, string title, string description, float amount, string status, int dealWithId, string assignedTo ) : int | ||
Destroy ( int dealId ) : void | ||
Destroy ( string apiKey, int dealId ) : void | ||
Get ( int dealId ) : |
||
Get ( string apiKey, int dealId ) : |
||
GetStatuses ( ) : string[] | ||
GetStatuses ( string apiKey ) : string[] | ||
List ( int limit, int offset ) : BatchBook.Deal[] | ||
List ( string apiKey, int limit, int offset ) : BatchBook.Deal[] | ||
Search ( string assignedTo, string status, System.DateTime updatedSince ) : BatchBook.Deal[] | ||
Search ( string apiKey, string assignedTo, string status, System.DateTime updatedSince ) : BatchBook.Deal[] | ||
Update ( int dealId, string title, string description, float amount, string status, int dealWithId, string assignedTo ) : void | ||
Update ( string apiKey, int dealId, string title, string description, float amount, string status, int dealWithId, string assignedTo ) : void |
Méthode | Description | |
---|---|---|
BuildList ( |
||
Deal ( |
public static Create ( string title, string description, float amount, string status, int dealWithId, string assignedTo ) : int | ||
title | string | |
description | string | |
amount | float | |
status | string | |
dealWithId | int | |
assignedTo | string | |
Résultat | int |
public static Create ( string apiKey, string title, string description, float amount, string status, int dealWithId, string assignedTo ) : int | ||
apiKey | string | |
title | string | |
description | string | |
amount | float | |
status | string | |
dealWithId | int | |
assignedTo | string | |
Résultat | int |
public static Destroy ( int dealId ) : void | ||
dealId | int | |
Résultat | void |
public static Destroy ( string apiKey, int dealId ) : void | ||
apiKey | string | |
dealId | int | |
Résultat | void |
public static Get ( string apiKey, int dealId ) : |
||
apiKey | string | |
dealId | int | |
Résultat |
public static GetStatuses ( string apiKey ) : string[] | ||
apiKey | string | |
Résultat | string[] |
public static List ( int limit, int offset ) : BatchBook.Deal[] | ||
limit | int | |
offset | int | |
Résultat | BatchBook.Deal[] |
public static List ( string apiKey, int limit, int offset ) : BatchBook.Deal[] | ||
apiKey | string | |
limit | int | |
offset | int | |
Résultat | BatchBook.Deal[] |
public static Search ( string assignedTo, string status, System.DateTime updatedSince ) : BatchBook.Deal[] | ||
assignedTo | string | |
status | string | |
updatedSince | System.DateTime | |
Résultat | BatchBook.Deal[] |
public static Search ( string apiKey, string assignedTo, string status, System.DateTime updatedSince ) : BatchBook.Deal[] | ||
apiKey | string | |
assignedTo | string | |
status | string | |
updatedSince | System.DateTime | |
Résultat | BatchBook.Deal[] |
public static Update ( int dealId, string title, string description, float amount, string status, int dealWithId, string assignedTo ) : void | ||
dealId | int | |
title | string | |
description | string | |
amount | float | |
status | string | |
dealWithId | int | |
assignedTo | string | |
Résultat | void |
public static Update ( string apiKey, int dealId, string title, string description, float amount, string status, int dealWithId, string assignedTo ) : void | ||
apiKey | string | |
dealId | int | |
title | string | |
description | string | |
amount | float | |
status | string | |
dealWithId | int | |
assignedTo | string | |
Résultat | void |