C# Class com.Sconit.Web.ShelfMgrProxy

Mostra file 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