C# Class TSM.BLL.CK_ProductType

ҵ���߼���CK_ProductType ��ժҪ˵����
Afficher le fichier Open project: kamiba/FineUIDemo

Méthodes publiques

Méthode Description
Add ( TSM model ) : int

����һ������

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

��������б�

Delete ( int CK_ProductTypeID ) : void

ɾ��һ������

Exists ( int CK_ProductTypeID ) : 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_ProductTypeID ) : CK_ProductType

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

GetModelByCache ( int CK_ProductTypeID ) : CK_ProductType

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

GetModelList ( string strWhere ) : List

��������б�

Update ( TSM model ) : void

����һ������

Method Details

Add() public méthode

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

CK_ProductType() public méthode

public CK_ProductType ( ) : System
Résultat System

DataTableToList() public méthode

��������б�
public DataTableToList ( DataTable dt ) : List
dt System.Data.DataTable
Résultat List

Delete() public méthode

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

Exists() public méthode

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

GetAllList() public méthode

��������б�
public GetAllList ( ) : DataSet
Résultat System.Data.DataSet

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_ProductTypeID ) : CK_ProductType
CK_ProductTypeID int
Résultat TSM.Model.CK_ProductType

GetModelByCache() public méthode

�õ�һ������ʵ�壬�ӻ����С�
public GetModelByCache ( int CK_ProductTypeID ) : CK_ProductType
CK_ProductTypeID int
Résultat TSM.Model.CK_ProductType

GetModelList() public méthode

��������б�
public GetModelList ( string strWhere ) : List
strWhere string
Résultat List

Update() public méthode

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