C# Class com.Sconit.Service.View.Impl.FlowViewBaseMgr

Inheritance: SessionBase, IFlowViewBaseMgr
显示文件 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IFlowViewDao

Public Methods

Method Description
FlowViewBaseMgr ( IFlowViewDao entityDao ) : System

Private Methods

Method Description
CreateFlowView ( FlowView entity ) : void
DeleteFlowView ( FlowView entity ) : void
DeleteFlowView ( IList entityList ) : void
DeleteFlowView ( IList pkList ) : void
DeleteFlowView ( Int32 id ) : void
GetAllFlowView ( ) : IList
LoadFlowView ( Int32 id ) : FlowView
UpdateFlowView ( FlowView entity ) : void

Method Details

FlowViewBaseMgr() public method

public FlowViewBaseMgr ( IFlowViewDao entityDao ) : System
entityDao IFlowViewDao
return System

Property Details

entityDao protected_oe property

protected IFlowViewDao entityDao
return IFlowViewDao