C# Class TSM.DAL.CK_ProductType

���ݷ�����CK_ProductType��
Mostrar archivo Open project: kamiba/FineUIDemo

Public Methods

Method Description
Add ( TSM model ) : int

����һ������

CK_ProductType ( ) : System
Delete ( int CK_ProductTypeID ) : void

ɾ��һ������

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

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

Update ( TSM model ) : void

����һ������

Method Details

Add() public method

����һ������
public Add ( TSM model ) : int
model TSM
return int

CK_ProductType() public method

public CK_ProductType ( ) : System
return System

Delete() public method

ɾ��һ������
public Delete ( int CK_ProductTypeID ) : void
CK_ProductTypeID int
return void

Exists() public method

�Ƿ���ڸü�¼
public Exists ( int CK_ProductTypeID ) : bool
CK_ProductTypeID int
return bool

GetList() public method

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

GetList() public method

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

GetList() public method

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

GetMaxId() public method

�õ����ID
public GetMaxId ( ) : int
return int

GetModel() public method

�õ�һ������ʵ��
public GetModel ( int CK_ProductTypeID ) : TSM.Model.CK_ProductType
CK_ProductTypeID int
return TSM.Model.CK_ProductType

Update() public method

����һ������
public Update ( TSM model ) : void
model TSM
return void