C# Class HBM.CustomerManagement.Customer

显示文件 Open project: nirshandileep/HotelManagement Class Usage Examples

Public Methods

Method Description
Delete ( ) : bool
Save ( ) : bool
Select ( ) : Customer
SelectAllDataset ( ) : DataSet
SelectAllList ( ) : List
SelectByGroup ( int customerID ) : DataSet
SelectById ( int customerID ) : DataSet
SelectGroupByGroupId ( int groupId ) : DataSet

Method Details

Delete() public method

public Delete ( ) : bool
return bool

Save() public method

public Save ( ) : bool
return bool

Select() public method

public Select ( ) : Customer
return Customer

SelectAllDataset() public method

public SelectAllDataset ( ) : DataSet
return System.Data.DataSet

SelectAllList() public method

public SelectAllList ( ) : List
return List

SelectByGroup() public method

public SelectByGroup ( int customerID ) : DataSet
customerID int
return System.Data.DataSet

SelectById() public method

public SelectById ( int customerID ) : DataSet
customerID int
return System.Data.DataSet

SelectGroupByGroupId() public method

public SelectGroupByGroupId ( int groupId ) : DataSet
groupId int
return System.Data.DataSet