C# Class HYPDM.BLL.AllPartsService

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

Méthodes publiques

Méthode Description
CopyAllAsso ( PDM_ALL_PRODUCT p_OldProduct, PDM_ALL_PRODUCT p_NewProduct ) : void
DelAssoDoc ( String p_DocId, String p_DocVersion, String p_ProductId, String p_MaterailVersion ) : void
DelAssoDraw ( String p_DocId, String p_DocVersion, String p_ProductId, String p_MaterailVersion ) : void
DelProductList ( String p_id ) : void

根据主键删除半成品记录

DelProductList ( String p_id, String p_user ) : void

根据主键删除半成品记录

GetAssoDoc ( String p_ProductId, String p_version ) : DataTable
GetAssoDraw ( String p_ProductId, String p_version ) : DataTable
GetById ( String p_id ) : PDM_ALL_PRODUCT

根据主键查询半成品记录

GetDocList ( String p_ProductId, String p_version, int p_type, String p_value ) : DataTable
GetDrawList ( String p_ProductId, String p_version, int p_type, String p_value ) : DataTable
GetListByNo ( string p_productNo ) : DataTable

根据半成品编号获取所有该半成品的版本(模糊查询)

GetListByNoDetail ( string p_productNo ) : DataTable

根据半成品编号获取所有该半成品的版本(精确查询)

GetMaxID ( ) : int
GetProductList ( ) : DataTable

获取所有半成品记录

GetProductList ( PDM_ALL_PRODUCT c ) : DataTable

更加对象查询半成品记录

GetProductList ( PDM_ALL_PRODUCT c, String p_partSql ) : DataTable
GetProductList2 ( System.Condition c ) : IList

查询符合条件的半成品记录

UpdateByID ( PDM_ALL_PRODUCT c ) : void

根据半成品对象更新记录

Private Methods

Méthode Description
CopyDoc ( PDM_ALL_PRODUCT p_OldProduct, PDM_ALL_PRODUCT p_NewProduct ) : void
CopyStrut ( PDM_ALL_PRODUCT p_OldProduct, PDM_ALL_PRODUCT p_NewProduct ) : void

Method Details

CopyAllAsso() public méthode

public CopyAllAsso ( PDM_ALL_PRODUCT p_OldProduct, PDM_ALL_PRODUCT p_NewProduct ) : void
p_OldProduct PDM_ALL_PRODUCT
p_NewProduct PDM_ALL_PRODUCT
Résultat void

DelAssoDoc() public méthode

public DelAssoDoc ( String p_DocId, String p_DocVersion, String p_ProductId, String p_MaterailVersion ) : void
p_DocId String
p_DocVersion String
p_ProductId String
p_MaterailVersion String
Résultat void

DelAssoDraw() public méthode

public DelAssoDraw ( String p_DocId, String p_DocVersion, String p_ProductId, String p_MaterailVersion ) : void
p_DocId String
p_DocVersion String
p_ProductId String
p_MaterailVersion String
Résultat void

DelProductList() public méthode

根据主键删除半成品记录
public DelProductList ( String p_id ) : void
p_id String
Résultat void

DelProductList() public méthode

根据主键删除半成品记录
public DelProductList ( String p_id, String p_user ) : void
p_id String
p_user String
Résultat void

GetAssoDoc() public méthode

public GetAssoDoc ( String p_ProductId, String p_version ) : DataTable
p_ProductId String
p_version String
Résultat System.Data.DataTable

GetAssoDraw() public méthode

public GetAssoDraw ( String p_ProductId, String p_version ) : DataTable
p_ProductId String
p_version String
Résultat System.Data.DataTable

GetById() public méthode

根据主键查询半成品记录
public GetById ( String p_id ) : PDM_ALL_PRODUCT
p_id String
Résultat PDM_ALL_PRODUCT

GetDocList() public méthode

public GetDocList ( String p_ProductId, String p_version, int p_type, String p_value ) : DataTable
p_ProductId String
p_version String
p_type int
p_value String
Résultat System.Data.DataTable

GetDrawList() public méthode

public GetDrawList ( String p_ProductId, String p_version, int p_type, String p_value ) : DataTable
p_ProductId String
p_version String
p_type int
p_value String
Résultat System.Data.DataTable

GetListByNo() public méthode

根据半成品编号获取所有该半成品的版本(模糊查询)
public GetListByNo ( string p_productNo ) : DataTable
p_productNo string
Résultat System.Data.DataTable

GetListByNoDetail() public méthode

根据半成品编号获取所有该半成品的版本(精确查询)
public GetListByNoDetail ( string p_productNo ) : DataTable
p_productNo string
Résultat System.Data.DataTable

GetMaxID() public méthode

public GetMaxID ( ) : int
Résultat int

GetProductList() public méthode

获取所有半成品记录
public GetProductList ( ) : DataTable
Résultat System.Data.DataTable

GetProductList() public méthode

更加对象查询半成品记录
public GetProductList ( PDM_ALL_PRODUCT c ) : DataTable
c PDM_ALL_PRODUCT
Résultat System.Data.DataTable

GetProductList() public méthode

public GetProductList ( PDM_ALL_PRODUCT c, String p_partSql ) : DataTable
c PDM_ALL_PRODUCT
p_partSql String
Résultat System.Data.DataTable

GetProductList2() public méthode

查询符合条件的半成品记录
public GetProductList2 ( System.Condition c ) : IList
c System.Condition
Résultat IList

UpdateByID() public méthode

根据半成品对象更新记录
public UpdateByID ( PDM_ALL_PRODUCT c ) : void
c PDM_ALL_PRODUCT
Résultat void