C# 클래스 com.Sconit.Web.ShelfMgrProxy

파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateShelf ( Shelf shelf ) : void
DeleteShelf ( Shelf shelf ) : void
LoadShelf ( string code ) : Shelf
ShelfMgrProxy ( ) : System
UpdateShelf ( Shelf shelf ) : void

메소드 상세

CreateShelf() 공개 메소드

public CreateShelf ( Shelf shelf ) : void
shelf Shelf
리턴 void

DeleteShelf() 공개 메소드

public DeleteShelf ( Shelf shelf ) : void
shelf Shelf
리턴 void

LoadShelf() 공개 메소드

public LoadShelf ( string code ) : Shelf
code string
리턴 Shelf

ShelfMgrProxy() 공개 메소드

public ShelfMgrProxy ( ) : System
리턴 System

UpdateShelf() 공개 메소드

public UpdateShelf ( Shelf shelf ) : void
shelf Shelf
리턴 void