C# Class com.Sconit.Service.MasterData.Impl.ClientBaseMgr

Inheritance: SessionBase, IClientBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IClientDao

Méthodes publiques

Méthode Description
ClientBaseMgr ( IClientDao entityDao ) : System

Private Methods

Méthode Description
CreateClient ( Client entity ) : void
DeleteClient ( Client entity ) : void
DeleteClient ( IList entityList ) : void
DeleteClient ( IList pkList ) : void
DeleteClient ( String clientId ) : void
GetAllClient ( ) : IList
GetAllClient ( bool includeInactive ) : IList
LoadClient ( String clientId ) : Client
UpdateClient ( Client entity ) : void

Method Details

ClientBaseMgr() public méthode

public ClientBaseMgr ( IClientDao entityDao ) : System
entityDao IClientDao
Résultat System

Property Details

entityDao protected_oe property

protected IClientDao entityDao
Résultat IClientDao