Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Upac
Syndication
Repository
C# Class Upac.Syndication.Repository
显示文件
Open project: 1508/upac-for-umbraco
Class Usage Examples
Public Methods
Method
Description
Delete
(
Entity
entity
) :
void
GetAll
( ) :
List
Insert
(
Entity
entity
) :
void
Repository
( ) :
System
Update
(
Entity
entity
) :
void
Method Details
Delete()
public
method
public
Delete
(
Entity
entity
) :
void
entity
Entity
return
void
GetAll()
public
method
public
GetAll
( ) :
List
return
List
Insert()
public
method
public
Insert
(
Entity
entity
) :
void
entity
Entity
return
void
Repository()
public
method
public
Repository
( ) :
System
return
System
Update()
public
method
public
Update
(
Entity
entity
) :
void
entity
Entity
return
void