Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Wrapper class representing a parent reservation and its children

Definition

global with sharing class ReservationCollection {
    global Reservation parentReservation
    global List<Reservation> childReservations
}

Properties

Reservation parentReservation

Parent reservation

List<Reservation> childReservations

Child reservations

On this page

  • No labels