C# Class TSM.DAL.CK_SendGoods

���ݷ�����CK_SendGoods��
Afficher le fichier Open project: kamiba/FineUIDemo

Méthodes publiques

Méthode Description
Add ( TSM model ) : int

����һ������

CK_SendGoods ( ) : System
Delete ( int CK_SendGoodsID ) : void

ɾ��һ������

Exists ( int CK_SendGoodsID ) : bool

�Ƿ���ڸü�¼

GetList ( int PageSize, int PageIndex, string strWhere ) : DataSet

��ҳ��ȡ�����б�

GetList ( int Top, string strWhere, string filedOrder ) : DataSet

���ǰ��������

GetList ( string strWhere ) : DataSet

��������б�

GetMaxId ( ) : int

�õ����ID

GetModel ( int CK_SendGoodsID ) : TSM.Model.CK_SendGoods

�õ�һ������ʵ��

GetPayDetailList ( int PageSize, int PageIndex, string strWhere ) : DataSet
GetPayDetailList ( string strWhere ) : DataSet
GetTakeSendGoodsStatList ( int PageSize, int PageIndex, string strWhere ) : DataSet
GetTakeSendStatList ( string strWhere ) : DataSet
Update ( TSM model ) : void

����һ������

Method Details

Add() public méthode

����һ������
public Add ( TSM model ) : int
model TSM
Résultat int

CK_SendGoods() public méthode

public CK_SendGoods ( ) : System
Résultat System

Delete() public méthode

ɾ��һ������
public Delete ( int CK_SendGoodsID ) : void
CK_SendGoodsID int
Résultat void

Exists() public méthode

�Ƿ���ڸü�¼
public Exists ( int CK_SendGoodsID ) : bool
CK_SendGoodsID int
Résultat bool

GetList() public méthode

��ҳ��ȡ�����б�
public GetList ( int PageSize, int PageIndex, string strWhere ) : DataSet
PageSize int
PageIndex int
strWhere string
Résultat System.Data.DataSet

GetList() public méthode

���ǰ��������
public GetList ( int Top, string strWhere, string filedOrder ) : DataSet
Top int
strWhere string
filedOrder string
Résultat System.Data.DataSet

GetList() public méthode

��������б�
public GetList ( string strWhere ) : DataSet
strWhere string
Résultat System.Data.DataSet

GetMaxId() public méthode

�õ����ID
public GetMaxId ( ) : int
Résultat int

GetModel() public méthode

�õ�һ������ʵ��
public GetModel ( int CK_SendGoodsID ) : TSM.Model.CK_SendGoods
CK_SendGoodsID int
Résultat TSM.Model.CK_SendGoods

GetPayDetailList() public méthode

public GetPayDetailList ( int PageSize, int PageIndex, string strWhere ) : DataSet
PageSize int
PageIndex int
strWhere string
Résultat System.Data.DataSet

GetPayDetailList() public méthode

public GetPayDetailList ( string strWhere ) : DataSet
strWhere string
Résultat System.Data.DataSet

GetTakeSendGoodsStatList() public méthode

public GetTakeSendGoodsStatList ( int PageSize, int PageIndex, string strWhere ) : DataSet
PageSize int
PageIndex int
strWhere string
Résultat System.Data.DataSet

GetTakeSendStatList() public méthode

public GetTakeSendStatList ( string strWhere ) : DataSet
strWhere string
Résultat System.Data.DataSet

Update() public méthode

����һ������
public Update ( TSM model ) : void
model TSM
Résultat void