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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateUom ( Uom location ) : void
DeleteUom ( Uom location ) : void
GetAllUom ( ) : IList
LoadUom ( string code, string name, string desc ) : IList
UomMgrProxy ( ) : System
UpdateUom ( Uom location ) : void

메소드 상세

CreateUom() 공개 메소드

public CreateUom ( Uom location ) : void
location Uom
리턴 void

DeleteUom() 공개 메소드

public DeleteUom ( Uom location ) : void
location Uom
리턴 void

GetAllUom() 공개 메소드

public GetAllUom ( ) : IList
리턴 IList

LoadUom() 공개 메소드

public LoadUom ( string code, string name, string desc ) : IList
code string
name string
desc string
리턴 IList

UomMgrProxy() 공개 메소드

public UomMgrProxy ( ) : System
리턴 System

UpdateUom() 공개 메소드

public UpdateUom ( Uom location ) : void
location Uom
리턴 void