Features_HotelSetHotel_Guests Method |  |
Zapíše údaje o hosťoch (do rezervácie alebo ubytovania).
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic ExaException SetHotel_Guests(
Hotel_GuestsSetArg u_Hotel_GuestsArg,
ref RecordBaseInfo urf_RecordBaseInfo
)
Public Function SetHotel_Guests (
u_Hotel_GuestsArg As Hotel_GuestsSetArg,
ByRef urf_RecordBaseInfo As RecordBaseInfo
) As ExaException
Dim instance As Features_Hotel
Dim u_Hotel_GuestsArg As Hotel_GuestsSetArg
Dim urf_RecordBaseInfo As RecordBaseInfo
Dim returnValue As ExaException
returnValue = instance.SetHotel_Guests(u_Hotel_GuestsArg,
urf_RecordBaseInfo)
Parameters
- u_Hotel_GuestsArg Hotel_GuestsSetArg
-
- urf_RecordBaseInfo RecordBaseInfo
- Vráti info o aktualizovanom zázname.
Return Value
ExaException
See Also