C# Class HYPDM.BLL.PjtChangeService

Inheritance: BaseServiceObject, HYPDM.BLL.IPjtChangeService
Afficher le fichier Open project: huayancreate/HYPDM

Méthodes publiques

Méthode Description
GetAssoList ( String p_productId ) : DataTable
GetList ( ) : DataTable
GetList ( String p_pjtChangeNo ) : DataTable
GetList ( System.Condition c ) : IList
deleteAsso ( string p_changeNo, String p_productId ) : void
insertAsso ( string p_changeNo, String p_productId ) : void
updateAsso ( int asso, string p_changeNo ) : void

Method Details

GetAssoList() public méthode

public GetAssoList ( String p_productId ) : DataTable
p_productId String
Résultat System.Data.DataTable

GetList() public méthode

public GetList ( ) : DataTable
Résultat System.Data.DataTable

GetList() public méthode

public GetList ( String p_pjtChangeNo ) : DataTable
p_pjtChangeNo String
Résultat System.Data.DataTable

GetList() public méthode

public GetList ( System.Condition c ) : IList
c System.Condition
Résultat IList

deleteAsso() public méthode

public deleteAsso ( string p_changeNo, String p_productId ) : void
p_changeNo string
p_productId String
Résultat void

insertAsso() public méthode

public insertAsso ( string p_changeNo, String p_productId ) : void
p_changeNo string
p_productId String
Résultat void

updateAsso() public méthode

public updateAsso ( int asso, string p_changeNo ) : void
asso int
p_changeNo string
Résultat void