C# 클래스 Kooboo.Commerce.Categories.CategoryService

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

공개 메소드들

메소드 설명
CategoryService ( CommerceInstance instance ) : System
Create ( Category category ) : void
Delete ( Category category ) : void
Find ( int id ) : Category
Query ( ) : IQueryable
Update ( Category category ) : void

메소드 상세

CategoryService() 공개 메소드

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

Create() 공개 메소드

public Create ( Category category ) : void
category Category
리턴 void

Delete() 공개 메소드

public Delete ( Category category ) : void
category Category
리턴 void

Find() 공개 메소드

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

Query() 공개 메소드

public Query ( ) : IQueryable
리턴 IQueryable

Update() 공개 메소드

public Update ( Category category ) : void
category Category
리턴 void