You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Current »
global with sharing class ReservationCollection { global Reservation parentReservation global List<Reservation> childReservations }
Reservation parentReservation
Parent reservation
List<Reservation> childReservations
Child reservations
On this page