C# 클래스 HBM.GeneralManagement.RoomRatePlanDAO

파일 보기 프로젝트 열기: nirshandileep/HotelManagement

공개 메소드들

메소드 설명
Delete ( RoomRatePlan roomRatePlan ) : bool
Insert ( RoomRatePlan roomRatePlan ) : bool
InsertUpdateDelete ( DataSet ds ) : bool
SelectByRoomId ( int RoomId ) : DataSet
SelectUnmatchedRatePlansByRoomId ( int RoomId ) : DataSet
Update ( RoomRatePlan roomRatePlan ) : bool

메소드 상세

Delete() 공개 메소드

public Delete ( RoomRatePlan roomRatePlan ) : bool
roomRatePlan RoomRatePlan
리턴 bool

Insert() 공개 메소드

public Insert ( RoomRatePlan roomRatePlan ) : bool
roomRatePlan RoomRatePlan
리턴 bool

InsertUpdateDelete() 공개 메소드

public InsertUpdateDelete ( DataSet ds ) : bool
ds System.Data.DataSet
리턴 bool

SelectByRoomId() 공개 메소드

public SelectByRoomId ( int RoomId ) : DataSet
RoomId int
리턴 System.Data.DataSet

SelectUnmatchedRatePlansByRoomId() 공개 메소드

public SelectUnmatchedRatePlansByRoomId ( int RoomId ) : DataSet
RoomId int
리턴 System.Data.DataSet

Update() 공개 메소드

public Update ( RoomRatePlan roomRatePlan ) : bool
roomRatePlan RoomRatePlan
리턴 bool