C# 클래스 TSM.DAL.CK_ProductType

���ݷ�����CK_ProductType��
파일 보기 프로젝트 열기: kamiba/FineUIDemo

공개 메소드들

메소드 설명
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

����һ������

메소드 상세

Add() 공개 메소드

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

CK_ProductType() 공개 메소드

public CK_ProductType ( ) : System
리턴 System

Delete() 공개 메소드

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

Exists() 공개 메소드

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

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

Update() 공개 메소드

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