C# 클래스 HBM.CustomerManagement.Customer

파일 보기 프로젝트 열기: nirshandileep/HotelManagement 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( ) : bool
Save ( ) : bool
Select ( ) : Customer
SelectAllDataset ( ) : DataSet
SelectAllList ( ) : List
SelectByGroup ( int customerID ) : DataSet
SelectById ( int customerID ) : DataSet
SelectGroupByGroupId ( int groupId ) : DataSet

메소드 상세

Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

Select() 공개 메소드

public Select ( ) : Customer
리턴 Customer

SelectAllDataset() 공개 메소드

public SelectAllDataset ( ) : DataSet
리턴 System.Data.DataSet

SelectAllList() 공개 메소드

public SelectAllList ( ) : List
리턴 List

SelectByGroup() 공개 메소드

public SelectByGroup ( int customerID ) : DataSet
customerID int
리턴 System.Data.DataSet

SelectById() 공개 메소드

public SelectById ( int customerID ) : DataSet
customerID int
리턴 System.Data.DataSet

SelectGroupByGroupId() 공개 메소드

public SelectGroupByGroupId ( int groupId ) : DataSet
groupId int
리턴 System.Data.DataSet