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
com
Sconit
Web
ShelfMgrProxy
C# Class com.Sconit.Web.ShelfMgrProxy
显示文件
Open project: Novthirteen/yfkey-scms
Private Properties
Property
Type
Description
Public Methods
Method
Description
CreateShelf
(
Shelf
shelf
) :
void
DeleteShelf
(
Shelf
shelf
) :
void
LoadShelf
(
string
code
) :
Shelf
ShelfMgrProxy
( ) :
System
UpdateShelf
(
Shelf
shelf
) :
void
Method Details
CreateShelf()
public
method
public
CreateShelf
(
Shelf
shelf
) :
void
shelf
Shelf
return
void
DeleteShelf()
public
method
public
DeleteShelf
(
Shelf
shelf
) :
void
shelf
Shelf
return
void
LoadShelf()
public
method
public
LoadShelf
(
string
code
) :
Shelf
code
string
return
Shelf
ShelfMgrProxy()
public
method
public
ShelfMgrProxy
( ) :
System
return
System
UpdateShelf()
public
method
public
UpdateShelf
(
Shelf
shelf
) :
void
shelf
Shelf
return
void