Click or drag to resize
ParaPlan Logo

Reservation Constructor (Appointment)

Initializes a new instance of the Reservation class

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Reservation(
	Appointment Appointment
)

Parameters

Appointment
Type: Appointment

[Missing <param name="Appointment"/> documentation for "M:ParaPlanREST.Models.Reservation.#ctor(ParaPlan.Entities.Appointment)"]

See Also