C# 클래스 Kooboo.Commerce.Api.Local.Customers.CustomerApi

상속: ICustomerApi
파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
AddAddress ( int customerId, Address address ) : int
Create ( Customer model ) : int
CustomerApi ( LocalApiContext context ) : System
Query ( ) : Query
SetDefaultBillingAddress ( int customerId, int addressId ) : void
SetDefaultShippingAddress ( int customerId, int addressId ) : void

비공개 메소드들

메소드 설명
CreateAddress ( Address addr ) : Kooboo.Commerce.Customers.Address

메소드 상세

AddAddress() 공개 메소드

public AddAddress ( int customerId, Address address ) : int
customerId int
address Kooboo.Commerce.Api.Customers.Address
리턴 int

Create() 공개 메소드

public Create ( Customer model ) : int
model Kooboo.Commerce.Api.Customers.Customer
리턴 int

CustomerApi() 공개 메소드

public CustomerApi ( LocalApiContext context ) : System
context LocalApiContext
리턴 System

Query() 공개 메소드

public Query ( ) : Query
리턴 Query

SetDefaultBillingAddress() 공개 메소드

public SetDefaultBillingAddress ( int customerId, int addressId ) : void
customerId int
addressId int
리턴 void

SetDefaultShippingAddress() 공개 메소드

public SetDefaultShippingAddress ( int customerId, int addressId ) : void
customerId int
addressId int
리턴 void