StadiumReservation Class

Stadium reservation holds information on when as stadium is reserved for matches. If a stadium has no reservetion information matches can be allocated at any time. If a stadium has reservation matches can only be allocated within the reservation time slots.

Definition

Namespace: NFF.FIKS.EnterpriseServices.Components.Entities
Assembly: NFF.FIKS.EnterpriseServices.Components (in NFF.FIKS.EnterpriseServices.Components.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class StadiumReservation
Inheritance
Object    StadiumReservation

Constructors

StadiumReservationInitializes a new instance of the StadiumReservation class

Properties

ReservedFrom Reservation start date
ReservedTo Reservation end date
StadiumId Id of the Stadium which is reserved

See Also