C# Class Kooboo.Commerce.Data.CommerceRepository

Inheritance: IRepository
Afficher le fichier Open project: Kooboo/Ecommerce

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CommerceRepository ( CommerceDatabase database, Type entityType ) : System
Delete ( object entity ) : void
Find ( ) : object
Insert ( object entity ) : void
Query ( ) : IQueryable
Update ( object entity ) : void
Update ( object entity, object values ) : void

Method Details

CommerceRepository() public méthode

public CommerceRepository ( CommerceDatabase database, Type entityType ) : System
database CommerceDatabase
entityType System.Type
Résultat System

Delete() public méthode

public Delete ( object entity ) : void
entity object
Résultat void

Find() public méthode

public Find ( ) : object
Résultat object

Insert() public méthode

public Insert ( object entity ) : void
entity object
Résultat void

Query() public méthode

public Query ( ) : IQueryable
Résultat IQueryable

Update() public méthode

public Update ( object entity ) : void
entity object
Résultat void

Update() public méthode

public Update ( object entity, object values ) : void
entity object
values object
Résultat void