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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IPartyDao

공개 메소드들

메소드 설명
PartyBaseMgr ( IPartyDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateParty ( Party entity ) : void
DeleteParty ( IList entityList ) : void
DeleteParty ( IList pkList ) : void
DeleteParty ( Party entity ) : void
DeleteParty ( String code ) : void
GetAllParty ( ) : IList
GetAllParty ( bool includeInactive ) : IList
LoadParty ( String code ) : Party
UpdateParty ( Party entity ) : void

메소드 상세

PartyBaseMgr() 공개 메소드

public PartyBaseMgr ( IPartyDao entityDao ) : System
entityDao IPartyDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IPartyDao entityDao
리턴 IPartyDao