C# Class Upac.Syndication.Repository

Afficher le fichier Open project: 1508/upac-for-umbraco Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( Entity entity ) : void
GetAll ( ) : List
Insert ( Entity entity ) : void
Repository ( ) : System
Update ( Entity entity ) : void

Method Details

Delete() public méthode

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

GetAll() public méthode

public GetAll ( ) : List
Résultat List

Insert() public méthode

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

Repository() public méthode

public Repository ( ) : System
Résultat System

Update() public méthode

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