C# Class com.Sconit.Persistence.MasterData.NH.NHFlowTrackBaseDao

Inheritance: NHDaoBase, IFlowTrackBaseDao
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
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
NHFlowTrackBaseDao ( ISessionManager sessionManager ) : System
UpdateFlowTrack ( FlowTrack entity ) : void

Method Details

CreateFlowTrack() public method

public CreateFlowTrack ( FlowTrack entity ) : void
entity FlowTrack
return void

DeleteFlowTrack() public method

public DeleteFlowTrack ( FlowTrack entity ) : void
entity FlowTrack
return void

DeleteFlowTrack() public method

public DeleteFlowTrack ( IList entityList ) : void
entityList IList
return void

DeleteFlowTrack() public method

public DeleteFlowTrack ( IList pkList ) : void
pkList IList
return void

DeleteFlowTrack() public method

public DeleteFlowTrack ( Int32 id ) : void
id System.Int32
return void

GetAllFlowTrack() public method

public GetAllFlowTrack ( ) : IList
return IList

GetAllFlowTrack() public method

public GetAllFlowTrack ( bool includeInactive ) : IList
includeInactive bool
return IList

LoadFlowTrack() public method

public LoadFlowTrack ( Int32 id ) : FlowTrack
id System.Int32
return FlowTrack

NHFlowTrackBaseDao() public method

public NHFlowTrackBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
return System

UpdateFlowTrack() public method

public UpdateFlowTrack ( FlowTrack entity ) : void
entity FlowTrack
return void