C# 클래스 com.Sconit.Service.MasterData.Impl.UomBaseMgr

상속: SessionBase, IUomBaseMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IUomDao

공개 메소드들

메소드 설명
UomBaseMgr ( IUomDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateUom ( Uom entity ) : void
DeleteUom ( IList pkList ) : void
DeleteUom ( IList entityList ) : void
DeleteUom ( String code ) : void
DeleteUom ( Uom entity ) : void
GetAllUom ( ) : IList
LoadUom ( String code ) : Uom
UpdateUom ( Uom entity ) : void

메소드 상세

UomBaseMgr() 공개 메소드

public UomBaseMgr ( IUomDao entityDao ) : System
entityDao IUomDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IUomDao entityDao
리턴 IUomDao