C# Class Netshoes.Api.V1.ProductsTemplatesApi

Represents a collection of functions to interact with the API endpoints
Inheritance: IProductsTemplatesApi
Afficher le fichier Open project: netshoes/marketplace-api-sdk-csharp

Méthodes publiques

Méthode Description
GetBasePath ( String basePath ) : String

Gets the base path of the API client.

ListBrands ( ) : BrandListResource
ListBrandsAsync ( ) : Task
ListColors ( ) : ColorListResource
ListColorsAsync ( ) : Task
ListDepartments ( string BuId ) : DepartmentListResource

Get the list of departments.

ListDepartmentsAsync ( string BuId ) : Task

Get the list of departments.

ListFlavors ( ) : FlavorListResource
ListFlavorsAsync ( ) : Task
ListProductTypes ( int DepartmentCode ) : ProductTypeListResource

Get the list of sizes.

ListProductTypesAsync ( int DepartmentCode ) : Task

Get the list of sizes.

ListSizes ( ) : SizeListResource
ListSizesAsync ( ) : Task
ListTemplates ( int DepartmentCode, int ProductTypeCode ) : TemplateListResource

Get the list of attributes.

ListTemplatesAsync ( int DepartmentCode, int ProductTypeCode ) : Task

Get the list of attributes.

ProductsTemplatesApi ( ApiClient apiClient = null ) : System

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.

Method Details

GetBasePath() public méthode

Gets the base path of the API client.
public GetBasePath ( String basePath ) : String
basePath String
Résultat String

ListBrands() public méthode

public ListBrands ( ) : BrandListResource
Résultat Netshoes.Api.V1.Model.BrandListResource

ListBrandsAsync() public méthode

public ListBrandsAsync ( ) : Task
Résultat Task

ListColors() public méthode

public ListColors ( ) : ColorListResource
Résultat Netshoes.Api.V1.Model.ColorListResource

ListColorsAsync() public méthode

public ListColorsAsync ( ) : Task
Résultat Task

ListDepartments() public méthode

Get the list of departments.
public ListDepartments ( string BuId ) : DepartmentListResource
BuId string
Résultat Netshoes.Api.V1.Model.DepartmentListResource

ListDepartmentsAsync() public méthode

Get the list of departments.
public ListDepartmentsAsync ( string BuId ) : Task
BuId string
Résultat Task

ListFlavors() public méthode

public ListFlavors ( ) : FlavorListResource
Résultat Netshoes.Api.V1.Model.FlavorListResource

ListFlavorsAsync() public méthode

public ListFlavorsAsync ( ) : Task
Résultat Task

ListProductTypes() public méthode

Get the list of sizes.
public ListProductTypes ( int DepartmentCode ) : ProductTypeListResource
DepartmentCode int
Résultat ProductTypeListResource

ListProductTypesAsync() public méthode

Get the list of sizes.
public ListProductTypesAsync ( int DepartmentCode ) : Task
DepartmentCode int
Résultat Task

ListSizes() public méthode

public ListSizes ( ) : SizeListResource
Résultat Netshoes.Api.V1.Model.SizeListResource

ListSizesAsync() public méthode

public ListSizesAsync ( ) : Task
Résultat Task

ListTemplates() public méthode

Get the list of attributes.
public ListTemplates ( int DepartmentCode, int ProductTypeCode ) : TemplateListResource
DepartmentCode int
ProductTypeCode int
Résultat Netshoes.Api.V1.Model.TemplateListResource

ListTemplatesAsync() public méthode

Get the list of attributes.
public ListTemplatesAsync ( int DepartmentCode, int ProductTypeCode ) : Task
DepartmentCode int
ProductTypeCode int
Résultat Task

ProductsTemplatesApi() public méthode

Initializes a new instance of the ProductsTemplatesApi class.
public ProductsTemplatesApi ( ApiClient apiClient = null ) : System
apiClient Netshoes.Api.V1.Client.ApiClient
Résultat System

ProductsTemplatesApi() public méthode

Initializes a new instance of the ProductsTemplatesApi class.
public ProductsTemplatesApi ( String basePath ) : System
basePath String
Résultat System

SetBasePath() public méthode

Sets the base path of the API client.
public SetBasePath ( String basePath ) : void
basePath String
Résultat void