Features_HotelGetHotel_Guests Method |  |
Načíta a vráti údaje o osobách (hosťoch) hosťoch z 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 GetHotel_Guests(
Hotel_GuestsGetArg u_Hotel_GuestsGetArg,
ref Hotel_GuestsGetInfo urf_GuestsGetInfo
)
Public Function GetHotel_Guests (
u_Hotel_GuestsGetArg As Hotel_GuestsGetArg,
ByRef urf_GuestsGetInfo As Hotel_GuestsGetInfo
) As ExaException
Dim instance As Features_Hotel
Dim u_Hotel_GuestsGetArg As Hotel_GuestsGetArg
Dim urf_GuestsGetInfo As Hotel_GuestsGetInfo
Dim returnValue As ExaException
returnValue = instance.GetHotel_Guests(u_Hotel_GuestsGetArg,
urf_GuestsGetInfo)
Parameters
- u_Hotel_GuestsGetArg Hotel_GuestsGetArg
-
- urf_GuestsGetInfo Hotel_GuestsGetInfo
-
Return Value
ExaException
See Also