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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateHu ( com.Sconit.Entity.MasterData.Hu hu ) : void
DeleteHu ( com.Sconit.Entity.MasterData.Hu hu ) : void
HuMgrProxy ( ) : System
LoadHu ( string code ) : com.Sconit.Entity.MasterData.Hu
UpdateHu ( com.Sconit.Entity.MasterData.Hu hu ) : void

메소드 상세

CreateHu() 공개 메소드

public CreateHu ( com.Sconit.Entity.MasterData.Hu hu ) : void
hu com.Sconit.Entity.MasterData.Hu
리턴 void

DeleteHu() 공개 메소드

public DeleteHu ( com.Sconit.Entity.MasterData.Hu hu ) : void
hu com.Sconit.Entity.MasterData.Hu
리턴 void

HuMgrProxy() 공개 메소드

public HuMgrProxy ( ) : System
리턴 System

LoadHu() 공개 메소드

public LoadHu ( string code ) : com.Sconit.Entity.MasterData.Hu
code string
리턴 com.Sconit.Entity.MasterData.Hu

UpdateHu() 공개 메소드

public UpdateHu ( com.Sconit.Entity.MasterData.Hu hu ) : void
hu com.Sconit.Entity.MasterData.Hu
리턴 void