C# Class Kooboo.Commerce.Categories.CategoryService

Afficher le fichier Open project: Kooboo/Ecommerce Class Usage Examples

Méthodes publiques

Méthode Description
CategoryService ( CommerceInstance instance ) : System
Create ( Category category ) : void
Delete ( Category category ) : void
Find ( int id ) : Category
Query ( ) : IQueryable
Update ( Category category ) : void

Method Details

CategoryService() public méthode

public CategoryService ( CommerceInstance instance ) : System
instance Kooboo.Commerce.Data.CommerceInstance
Résultat System

Create() public méthode

public Create ( Category category ) : void
category Category
Résultat void

Delete() public méthode

public Delete ( Category category ) : void
category Category
Résultat void

Find() public méthode

public Find ( int id ) : Category
id int
Résultat Category

Query() public méthode

public Query ( ) : IQueryable
Résultat IQueryable

Update() public méthode

public Update ( Category category ) : void
category Category
Résultat void