StadiumAllocation Class

Stadium allocation holds information on when as stadium is allocated for a match or other event.

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 StadiumAllocation
Inheritance
Object    StadiumAllocation

Constructors

StadiumAllocationInitializes a new instance of the StadiumAllocation class

Properties

AllocatedFrom Allocation start date
AllocatedTo Allocation end date
AllocationDescription Information regarding the allocation
BookingType Type of allocation. MatchEvent, OtherEvent or Reservation
LastChangedDate Date when the club was last modified
MatchId Id of the Match the stadium is allocated for. NULL if stadium is not allocated for a match
StadiumId Id of the Stadium which is allocated

See Also