C# Class HBM.GeneralManagement.RoomRatePlan

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

Public Methods

Method Description
Delete ( ) : bool
Save ( ) : bool
Select ( ) : RoomRatePlan
SelectAllList ( ) : List
SelectByRoomId ( ) : DataSet

Method Details

Delete() public method

public Delete ( ) : bool
return bool

Save() public method

public Save ( ) : bool
return bool

Select() public method

public Select ( ) : RoomRatePlan
return RoomRatePlan

SelectAllList() public method

public SelectAllList ( ) : List
return List

SelectByRoomId() public method

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