Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Upac
Syndication
Repository
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