C# 클래스 com.Sconit.Persistence.Transportation.NH.NHTransportPriceListBaseDao

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

공개 메소드들

메소드 설명
CreateTransportPriceList ( TransportPriceList entity ) : void
DeleteTransportPriceList ( IList pkList ) : void
DeleteTransportPriceList ( IList entityList ) : void
DeleteTransportPriceList ( String code ) : void
DeleteTransportPriceList ( TransportPriceList entity ) : void
GetAllTransportPriceList ( ) : IList
GetAllTransportPriceList ( bool includeInactive ) : IList
LoadTransportPriceList ( String code ) : TransportPriceList
NHTransportPriceListBaseDao ( ISessionManager sessionManager ) : System
UpdateTransportPriceList ( TransportPriceList entity ) : void

메소드 상세

CreateTransportPriceList() 공개 메소드

public CreateTransportPriceList ( TransportPriceList entity ) : void
entity TransportPriceList
리턴 void

DeleteTransportPriceList() 공개 메소드

public DeleteTransportPriceList ( IList pkList ) : void
pkList IList
리턴 void

DeleteTransportPriceList() 공개 메소드

public DeleteTransportPriceList ( IList entityList ) : void
entityList IList
리턴 void

DeleteTransportPriceList() 공개 메소드

public DeleteTransportPriceList ( String code ) : void
code String
리턴 void

DeleteTransportPriceList() 공개 메소드

public DeleteTransportPriceList ( TransportPriceList entity ) : void
entity TransportPriceList
리턴 void

GetAllTransportPriceList() 공개 메소드

public GetAllTransportPriceList ( ) : IList
리턴 IList

GetAllTransportPriceList() 공개 메소드

public GetAllTransportPriceList ( bool includeInactive ) : IList
includeInactive bool
리턴 IList

LoadTransportPriceList() 공개 메소드

public LoadTransportPriceList ( String code ) : TransportPriceList
code String
리턴 TransportPriceList

NHTransportPriceListBaseDao() 공개 메소드

public NHTransportPriceListBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
리턴 System

UpdateTransportPriceList() 공개 메소드

public UpdateTransportPriceList ( TransportPriceList entity ) : void
entity TransportPriceList
리턴 void