Method | Description | |
---|---|---|
Delete ( int id ) : bool | ||
Get ( string filter = "", int skip ) : PagingResponse |
||
Get ( int id ) : |
||
GetAsync ( string filter = "", int skip ) : Task |
||
Save ( |
||
SaveAsync ( |
||
SupplierRequest ( IRestClient client, string apiKey, int companyId ) : System |
public Get ( string filter = "", int skip ) : PagingResponse |
||
filter | string | |
skip | int | |
return | PagingResponse |
public GetAsync ( string filter = "", int skip ) : Task |
||
filter | string | |
skip | int | |
return | Task |
public Save ( |
||
supplier | ||
return |
public SaveAsync ( |
||
supplier | ||
return | Task |
public SupplierRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
client | IRestClient | |
apiKey | string | |
companyId | int | |
return | System |