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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IAddressDao

공개 메소드들

메소드 설명
AddressBaseMgr ( IAddressDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateAddress ( Address entity ) : void
DeleteAddress ( Address entity ) : void
DeleteAddress ( IList
entityList ) : void
DeleteAddress ( IList pkList ) : void
DeleteAddress ( String code ) : void
GetAllAddress ( ) : IList
GetAllAddress ( bool includeInactive ) : IList
LoadAddress ( String code ) : Address
UpdateAddress ( Address entity ) : void

메소드 상세

AddressBaseMgr() 공개 메소드

public AddressBaseMgr ( IAddressDao entityDao ) : System
entityDao IAddressDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IAddressDao entityDao
리턴 IAddressDao