Features_HotelGetHotel_AccommodationGuests Method |  |
Vráti zoznam aktuálne ubytovaných hostí v ubytovacom zariadení. Údaje sú načítavané len z knihy ubytovaných (nie z rezervácií).
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_AccommodationGuests(
Hotel_AccommodationGuestsArg HotelAccommodationGuestsArg,
ref List<Hotel_Guest_Accommodation> urf_GuestList
)
Public Function GetHotel_AccommodationGuests (
HotelAccommodationGuestsArg As Hotel_AccommodationGuestsArg,
ByRef urf_GuestList As List(Of Hotel_Guest_Accommodation)
) As ExaException
Dim instance As Features_Hotel
Dim HotelAccommodationGuestsArg As Hotel_AccommodationGuestsArg
Dim urf_GuestList As List(Of Hotel_Guest_Accommodation)
Dim returnValue As ExaException
returnValue = instance.GetHotel_AccommodationGuests(HotelAccommodationGuestsArg,
urf_GuestList)
Parameters
- HotelAccommodationGuestsArg Hotel_AccommodationGuestsArg
- Parameter pre načítanie zoznamu aktuálne ubytovaných hostí. Je možné bližšie určiť metodiku určenia ubytovaných hostí.
- urf_GuestList ListHotel_Guest_Accommodation
-
Return Value
ExaExceptionAk boli ubytované osoby úspešne načítané, v ResultValue.data je vrátený zoznam hostí (list objektov
Hotel_Guest.
See Also