C# 클래스 Kooboo.Commerce.Products.ProductTypeService

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

공개 메소드들

메소드 설명
Create ( CreateProductTypeRequest request ) : ProductType
Delete ( ProductType type ) : void
Disable ( ProductType type ) : bool
Enable ( ProductType type ) : bool
Find ( int id ) : ProductType
ProductTypeService ( CommerceInstance instance ) : System
Query ( ) : IQueryable
Update ( UpdateProductTypeRequest request ) : ProductType

비공개 메소드들

메소드 설명
RefreshPredefinedFields ( List fields ) : void

메소드 상세

Create() 공개 메소드

public Create ( CreateProductTypeRequest request ) : ProductType
request CreateProductTypeRequest
리턴 ProductType

Delete() 공개 메소드

public Delete ( ProductType type ) : void
type ProductType
리턴 void

Disable() 공개 메소드

public Disable ( ProductType type ) : bool
type ProductType
리턴 bool

Enable() 공개 메소드

public Enable ( ProductType type ) : bool
type ProductType
리턴 bool

Find() 공개 메소드

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

ProductTypeService() 공개 메소드

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

Query() 공개 메소드

public Query ( ) : IQueryable
리턴 IQueryable

Update() 공개 메소드

public Update ( UpdateProductTypeRequest request ) : ProductType
request UpdateProductTypeRequest
리턴 ProductType