C# 클래스 Netshoes.Api.V1.ProductsTemplatesApi

Represents a collection of functions to interact with the API endpoints
상속: IProductsTemplatesApi
파일 보기 프로젝트 열기: netshoes/marketplace-api-sdk-csharp

공개 메소드들

메소드 설명
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.

메소드 상세

GetBasePath() 공개 메소드

Gets the base path of the API client.
public GetBasePath ( String basePath ) : String
basePath String
리턴 String

ListBrands() 공개 메소드

public ListBrands ( ) : BrandListResource
리턴 Netshoes.Api.V1.Model.BrandListResource

ListBrandsAsync() 공개 메소드

public ListBrandsAsync ( ) : Task
리턴 Task

ListColors() 공개 메소드

public ListColors ( ) : ColorListResource
리턴 Netshoes.Api.V1.Model.ColorListResource

ListColorsAsync() 공개 메소드

public ListColorsAsync ( ) : Task
리턴 Task

ListDepartments() 공개 메소드

Get the list of departments.
public ListDepartments ( string BuId ) : DepartmentListResource
BuId string
리턴 Netshoes.Api.V1.Model.DepartmentListResource

ListDepartmentsAsync() 공개 메소드

Get the list of departments.
public ListDepartmentsAsync ( string BuId ) : Task
BuId string
리턴 Task

ListFlavors() 공개 메소드

public ListFlavors ( ) : FlavorListResource
리턴 Netshoes.Api.V1.Model.FlavorListResource

ListFlavorsAsync() 공개 메소드

public ListFlavorsAsync ( ) : Task
리턴 Task

ListProductTypes() 공개 메소드

Get the list of sizes.
public ListProductTypes ( int DepartmentCode ) : ProductTypeListResource
DepartmentCode int
리턴 ProductTypeListResource

ListProductTypesAsync() 공개 메소드

Get the list of sizes.
public ListProductTypesAsync ( int DepartmentCode ) : Task
DepartmentCode int
리턴 Task

ListSizes() 공개 메소드

public ListSizes ( ) : SizeListResource
리턴 Netshoes.Api.V1.Model.SizeListResource

ListSizesAsync() 공개 메소드

public ListSizesAsync ( ) : Task
리턴 Task

ListTemplates() 공개 메소드

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

ListTemplatesAsync() 공개 메소드

Get the list of attributes.
public ListTemplatesAsync ( int DepartmentCode, int ProductTypeCode ) : Task
DepartmentCode int
ProductTypeCode int
리턴 Task

ProductsTemplatesApi() 공개 메소드

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

ProductsTemplatesApi() 공개 메소드

Initializes a new instance of the ProductsTemplatesApi class.
public ProductsTemplatesApi ( String basePath ) : System
basePath String
리턴 System

SetBasePath() 공개 메소드

Sets the base path of the API client.
public SetBasePath ( String basePath ) : void
basePath String
리턴 void