Method | Description | |
---|---|---|
GetBasePath ( String basePath ) : String |
Gets the base path of the API client.
|
|
ListBrands ( ) : |
||
ListBrandsAsync ( ) : Task |
||
ListColors ( ) : |
||
ListColorsAsync ( ) : Task |
||
ListDepartments ( string BuId ) : |
Get the list of departments.
|
|
ListDepartmentsAsync ( string BuId ) : Task |
Get the list of departments.
|
|
ListFlavors ( ) : |
||
ListFlavorsAsync ( ) : Task |
||
ListProductTypes ( int DepartmentCode ) : ProductTypeListResource |
Get the list of sizes.
|
|
ListProductTypesAsync ( int DepartmentCode ) : Task |
Get the list of sizes.
|
|
ListSizes ( ) : |
||
ListSizesAsync ( ) : Task |
||
ListTemplates ( int DepartmentCode, int ProductTypeCode ) : |
Get the list of attributes.
|
|
ListTemplatesAsync ( int DepartmentCode, int ProductTypeCode ) : Task |
Get the list of attributes.
|
|
ProductsTemplatesApi ( |
Initializes a new instance of the ProductsTemplatesApi class.
|
|
ProductsTemplatesApi ( String basePath ) : System |
Initializes a new instance of the ProductsTemplatesApi class.
|
|
SetBasePath ( String basePath ) : void |
Sets the base path of the API client.
|
public GetBasePath ( String basePath ) : String | ||
basePath | String | |
return | String |
public ListBrands ( ) : |
||
return |
public ListColors ( ) : |
||
return |
public ListDepartments ( string BuId ) : |
||
BuId | string | |
return |
public ListDepartmentsAsync ( string BuId ) : Task |
||
BuId | string | |
return | Task |
public ListFlavors ( ) : |
||
return |
public ListProductTypes ( int DepartmentCode ) : ProductTypeListResource | ||
DepartmentCode | int | |
return | ProductTypeListResource |
public ListProductTypesAsync ( int DepartmentCode ) : Task |
||
DepartmentCode | int | |
return | Task |
public ListSizes ( ) : |
||
return |
public ListTemplates ( int DepartmentCode, int ProductTypeCode ) : |
||
DepartmentCode | int | |
ProductTypeCode | int | |
return |
public ListTemplatesAsync ( int DepartmentCode, int ProductTypeCode ) : Task |
||
DepartmentCode | int | |
ProductTypeCode | int | |
return | Task |
public ProductsTemplatesApi ( |
||
apiClient | ||
return | System |
public ProductsTemplatesApi ( String basePath ) : System | ||
basePath | String | |
return | System |
public SetBasePath ( String basePath ) : void | ||
basePath | String | |
return | void |