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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IFlowTrackDao

공개 메소드들

메소드 설명
FlowTrackBaseMgr ( IFlowTrackDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateFlowTrack ( FlowTrack entity ) : void
DeleteFlowTrack ( FlowTrack entity ) : void
DeleteFlowTrack ( IList entityList ) : void
DeleteFlowTrack ( IList pkList ) : void
DeleteFlowTrack ( Int32 id ) : void
GetAllFlowTrack ( ) : IList
GetAllFlowTrack ( bool includeInactive ) : IList
LoadFlowTrack ( Int32 id ) : FlowTrack
UpdateFlowTrack ( FlowTrack entity ) : void

메소드 상세

FlowTrackBaseMgr() 공개 메소드

public FlowTrackBaseMgr ( IFlowTrackDao entityDao ) : System
entityDao IFlowTrackDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IFlowTrackDao entityDao
리턴 IFlowTrackDao