Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
com
Sconit
Web
ItemMgrProxy
C# Class com.Sconit.Web.ItemMgrProxy
Show file
Open project: Novthirteen/yfkey-scms
Private Properties
Property
Type
Description
Public Methods
Method
Description
CreateItem
(
Item
item
) :
void
DeleteItem
(
Item
item
) :
void
ItemMgrProxy
( ) :
System
LoadItem
(
string
code
) :
Item
UpdateItem
(
Item
item
) :
void
Method Details
CreateItem()
public
method
public
CreateItem
(
Item
item
) :
void
item
Item
return
void
DeleteItem()
public
method
public
DeleteItem
(
Item
item
) :
void
item
Item
return
void
ItemMgrProxy()
public
method
public
ItemMgrProxy
( ) :
System
return
System
LoadItem()
public
method
public
LoadItem
(
string
code
) :
Item
code
string
return
Item
UpdateItem()
public
method
public
UpdateItem
(
Item
item
) :
void
item
Item
return
void