C# 클래스 TSM.BLL.CK_TakeGoods

ҵ���߼���CK_TakeGoods ��ժҪ˵����
파일 보기 프로젝트 열기: kamiba/FineUIDemo

공개 메소드들

메소드 설명
Add ( TSM model ) : int

����һ������

CK_TakeGoods ( ) : System
DataTableToList ( DataTable dt ) : List

��������б�

Delete ( int CK_TakeGoodsID ) : void

ɾ��һ������

Exists ( int CK_TakeGoodsID ) : bool

�Ƿ���ڸü�¼

GetAllList ( ) : DataSet

��������б�

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_TakeGoodsID ) : CK_TakeGoods

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

GetModelByCache ( int CK_TakeGoodsID ) : CK_TakeGoods

�õ�һ������ʵ�壬�ӻ����С�

GetModelList ( string strWhere ) : List

��������б�

Update ( TSM model ) : void

����һ������

메소드 상세

Add() 공개 메소드

����һ������
public Add ( TSM model ) : int
model TSM
리턴 int

CK_TakeGoods() 공개 메소드

public CK_TakeGoods ( ) : System
리턴 System

DataTableToList() 공개 메소드

��������б�
public DataTableToList ( DataTable dt ) : List
dt System.Data.DataTable
리턴 List

Delete() 공개 메소드

ɾ��һ������
public Delete ( int CK_TakeGoodsID ) : void
CK_TakeGoodsID int
리턴 void

Exists() 공개 메소드

�Ƿ���ڸü�¼
public Exists ( int CK_TakeGoodsID ) : bool
CK_TakeGoodsID int
리턴 bool

GetAllList() 공개 메소드

��������б�
public GetAllList ( ) : DataSet
리턴 System.Data.DataSet

GetList() 공개 메소드

��������б�
public GetList ( int PageSize, int PageIndex, string strWhere ) : DataSet
PageSize int
PageIndex int
strWhere string
리턴 System.Data.DataSet

GetList() 공개 메소드

���ǰ��������
public GetList ( int Top, string strWhere, string filedOrder ) : DataSet
Top int
strWhere string
filedOrder string
리턴 System.Data.DataSet

GetList() 공개 메소드

��������б�
public GetList ( string strWhere ) : DataSet
strWhere string
리턴 System.Data.DataSet

GetMaxId() 공개 메소드

�õ����ID
public GetMaxId ( ) : int
리턴 int

GetModel() 공개 메소드

�õ�һ������ʵ��
public GetModel ( int CK_TakeGoodsID ) : CK_TakeGoods
CK_TakeGoodsID int
리턴 TSM.Model.CK_TakeGoods

GetModelByCache() 공개 메소드

�õ�һ������ʵ�壬�ӻ����С�
public GetModelByCache ( int CK_TakeGoodsID ) : CK_TakeGoods
CK_TakeGoodsID int
리턴 TSM.Model.CK_TakeGoods

GetModelList() 공개 메소드

��������б�
public GetModelList ( string strWhere ) : List
strWhere string
리턴 List

Update() 공개 메소드

����һ������
public Update ( TSM model ) : void
model TSM
리턴 void