ReservationCollection
Overview
Wrapper class representing a parent reservation and its children
Definition
global with sharing class B25.ReservationCollection {
global B25.Reservation parentReservation
global List<B25.Reservation> childReservations
}
Properties
B25.Reservation parentReservation
Parent reservation
List<B25.Reservation> childReservations
Child reservations
On this page |
---|
|