C# 클래스 Bukimedia.PrestaSharp.Factories.ProductSupplierFactory

상속: RestSharpFactory
파일 보기 프로젝트 열기: Bukimedia/PrestaSharp 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Entities ProductSupplier ) : Entities.product_supplier
AddList ( List ProductSuppliers ) : List
Delete ( Entities ProductSupplier ) : void
Delete ( long ProductSupplierId ) : void
Get ( long ProductSupplierId ) : Entities.product_supplier
GetAll ( ) : List

Get all product suppliers.

GetByFilter ( string>.Dictionary Filter, string Sort, string Limit ) : List

More information about filtering: http://doc.prestashop.com/display/PS14/Chapter+8+-+Advanced+Use

GetIds ( ) : List
GetIdsByFilter ( string>.Dictionary Filter, string Sort, string Limit ) : List

More information about filtering: http://doc.prestashop.com/display/PS14/Chapter+8+-+Advanced+Use

ProductSupplierFactory ( string BaseUrl, string Account, string SecretKey ) : System
Update ( Entities ProductSupplier ) : void

메소드 상세

Add() 공개 메소드

public Add ( Entities ProductSupplier ) : Entities.product_supplier
ProductSupplier Entities
리턴 Entities.product_supplier

AddList() 공개 메소드

public AddList ( List ProductSuppliers ) : List
ProductSuppliers List
리턴 List

Delete() 공개 메소드

public Delete ( Entities ProductSupplier ) : void
ProductSupplier Entities
리턴 void

Delete() 공개 메소드

public Delete ( long ProductSupplierId ) : void
ProductSupplierId long
리턴 void

Get() 공개 메소드

public Get ( long ProductSupplierId ) : Entities.product_supplier
ProductSupplierId long
리턴 Entities.product_supplier

GetAll() 공개 메소드

Get all product suppliers.
public GetAll ( ) : List
리턴 List

GetByFilter() 공개 메소드

More information about filtering: http://doc.prestashop.com/display/PS14/Chapter+8+-+Advanced+Use
public GetByFilter ( string>.Dictionary Filter, string Sort, string Limit ) : List
Filter string>.Dictionary Example: key:name value:Apple
Sort string Field_ASC or Field_DESC. Example: name_ASC or name_DESC
Limit string Example: 5 limit to 5. 9,5 Only include the first 5 elements starting from the 10th element.
리턴 List

GetIds() 공개 메소드

public GetIds ( ) : List
리턴 List

GetIdsByFilter() 공개 메소드

More information about filtering: http://doc.prestashop.com/display/PS14/Chapter+8+-+Advanced+Use
public GetIdsByFilter ( string>.Dictionary Filter, string Sort, string Limit ) : List
Filter string>.Dictionary Example: key:name value:Apple
Sort string Field_ASC or Field_DESC. Example: name_ASC or name_DESC
Limit string Example: 5 limit to 5. 9,5 Only include the first 5 elements starting from the 10th element.
리턴 List

ProductSupplierFactory() 공개 메소드

public ProductSupplierFactory ( string BaseUrl, string Account, string SecretKey ) : System
BaseUrl string
Account string
SecretKey string
리턴 System

Update() 공개 메소드

public Update ( Entities ProductSupplier ) : void
ProductSupplier Entities
리턴 void