Features_HotelReservation_SetState Method |  |
Zmení stav rezervácie.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic ExaException Reservation_SetState(
Hotel_ReservationStateArg u_Hotel_ReservationStateArg,
ref RecordBaseInfo urf_RecordBaseInfo
)
Public Function Reservation_SetState (
u_Hotel_ReservationStateArg As Hotel_ReservationStateArg,
ByRef urf_RecordBaseInfo As RecordBaseInfo
) As ExaException
Dim instance As Features_Hotel
Dim u_Hotel_ReservationStateArg As Hotel_ReservationStateArg
Dim urf_RecordBaseInfo As RecordBaseInfo
Dim returnValue As ExaException
returnValue = instance.Reservation_SetState(u_Hotel_ReservationStateArg,
urf_RecordBaseInfo)
Parameters
- u_Hotel_ReservationStateArg Hotel_ReservationStateArg
-
- urf_RecordBaseInfo RecordBaseInfo
- Vráti info o aktualizovanom zázname.
Return Value
ExaException
See Also