C# 클래스 Kooboo.Commerce.Customers.CustomerService

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

공개 메소드들

메소드 설명
AddAddress ( Customer customer, Address address ) : void
Addresses ( ) : IQueryable
Create ( Customer customer ) : void
CustomerService ( CommerceInstance instance ) : System
Delete ( Customer customer ) : void
Find ( int id ) : Customer
FindByEmail ( string email ) : Customer
Query ( ) : IQueryable
Update ( Customer customer ) : void

비공개 메소드들

메소드 설명
CanUseEmail ( Customer customer, string email ) : bool

메소드 상세

AddAddress() 공개 메소드

public AddAddress ( Customer customer, Address address ) : void
customer Customer
address Address
리턴 void

Addresses() 공개 메소드

public Addresses ( ) : IQueryable
리턴 IQueryable

Create() 공개 메소드

public Create ( Customer customer ) : void
customer Customer
리턴 void

CustomerService() 공개 메소드

public CustomerService ( CommerceInstance instance ) : System
instance Kooboo.Commerce.Data.CommerceInstance
리턴 System

Delete() 공개 메소드

public Delete ( Customer customer ) : void
customer Customer
리턴 void

Find() 공개 메소드

public Find ( int id ) : Customer
id int
리턴 Customer

FindByEmail() 공개 메소드

public FindByEmail ( string email ) : Customer
email string
리턴 Customer

Query() 공개 메소드

public Query ( ) : IQueryable
리턴 IQueryable

Update() 공개 메소드

public Update ( Customer customer ) : void
customer Customer
리턴 void