C# Class HYPDM.BLL.PjtChangeService

Inheritance: BaseServiceObject, HYPDM.BLL.IPjtChangeService
ファイルを表示 Open project: huayancreate/HYPDM

Public Methods

Method 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 method

public GetAssoList ( String p_productId ) : DataTable
p_productId String
return System.Data.DataTable

GetList() public method

public GetList ( ) : DataTable
return System.Data.DataTable

GetList() public method

public GetList ( String p_pjtChangeNo ) : DataTable
p_pjtChangeNo String
return System.Data.DataTable

GetList() public method

public GetList ( System.Condition c ) : IList
c System.Condition
return IList

deleteAsso() public method

public deleteAsso ( string p_changeNo, String p_productId ) : void
p_changeNo string
p_productId String
return void

insertAsso() public method

public insertAsso ( string p_changeNo, String p_productId ) : void
p_changeNo string
p_productId String
return void

updateAsso() public method

public updateAsso ( int asso, string p_changeNo ) : void
asso int
p_changeNo string
return void