Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Excerpt

Wrapper class representing a parent reservation and its children

Definition

Code Block
global with sharing class B25.ReservationCollection {
    global B25.Reservation parentReservation
    global List<Reservation>List<B25.Reservation> childReservations
}

Properties

Code Block
B25.Reservation parentReservation

Parent reservation

Code Block
List<Reservation>List<B25.Reservation> childReservations

Child reservations

On this page

Table of Contents