C# 클래스 Ventata.Client.API.Products

파일 보기 프로젝트 열기: Ventata/API 1 사용 예제들

공개 메소드들

메소드 설명
Create ( VentataProduct product ) : VentataProduct
Delete ( System.Guid VentataProductId ) : bool
Get ( System.Guid VentataProductId ) : VentataProduct
GetNewPrice ( System.Guid VentataProductId ) : VentataProduct
GetProductByStoreCode ( string InternalProductId ) : VentataProduct
Products ( System.Guid StoreAPIKey ) : System
Update ( VentataProduct product ) : VentataProduct

메소드 상세

Create() 공개 메소드

public Create ( VentataProduct product ) : VentataProduct
product Domain.External.VentataProduct
리턴 Domain.External.VentataProduct

Delete() 공개 메소드

public Delete ( System.Guid VentataProductId ) : bool
VentataProductId System.Guid
리턴 bool

Get() 공개 메소드

public Get ( System.Guid VentataProductId ) : VentataProduct
VentataProductId System.Guid
리턴 Domain.External.VentataProduct

GetNewPrice() 공개 메소드

public GetNewPrice ( System.Guid VentataProductId ) : VentataProduct
VentataProductId System.Guid
리턴 Domain.External.VentataProduct

GetProductByStoreCode() 공개 메소드

public GetProductByStoreCode ( string InternalProductId ) : VentataProduct
InternalProductId string
리턴 Domain.External.VentataProduct

Products() 공개 메소드

public Products ( System.Guid StoreAPIKey ) : System
StoreAPIKey System.Guid
리턴 System

Update() 공개 메소드

public Update ( VentataProduct product ) : VentataProduct
product Domain.External.VentataProduct
리턴 Domain.External.VentataProduct