Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot Class Reference

Drop handler for the parking lot of the race page. More...

Inheritance diagram for Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot:

Public Member Functions

override void DragOver (IDropInfo dropInfo)
 
override void Drop (IDropInfo dropInfo)
 

Properties

static DropAllowedHandlerParkingLot Instance [get]
 Singleton instance for the DropAllowedHandlerParkingLot
 

Private Member Functions

void DropRaceOnPersonStarts (IDropInfo dropInfo)
 Custom drop logic inspired by DefaultDropHandler.Drop(IDropInfo)
 
bool dropAllowed (IDropInfo dropInfo)
 Determine if dropping is allowed.
 

Static Private Attributes

static readonly DropAllowedHandlerParkingLot instance = new DropAllowedHandlerParkingLot()
 

Detailed Description

Drop handler for the parking lot of the race page.

Definition at line 12 of file DropAllowedHandlerParkingLot.cs.

Constructor & Destructor Documentation

◆ DropAllowedHandlerParkingLot() [1/2]

static Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot.DropAllowedHandlerParkingLot ( )
staticprivate

Definition at line 19 of file DropAllowedHandlerParkingLot.cs.

◆ DropAllowedHandlerParkingLot() [2/2]

Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot.DropAllowedHandlerParkingLot ( )
private

Definition at line 23 of file DropAllowedHandlerParkingLot.cs.

Member Function Documentation

◆ DragOver()

override void Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot.DragOver ( IDropInfo dropInfo)

Definition at line 37 of file DropAllowedHandlerParkingLot.cs.

◆ Drop()

override void Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot.Drop ( IDropInfo dropInfo)

Definition at line 56 of file DropAllowedHandlerParkingLot.cs.

◆ dropAllowed()

bool Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot.dropAllowed ( IDropInfo dropInfo)
private

Determine if dropping is allowed.

Parameters
dropInfoIDropInfo
Returns
true, if dropping is allowed; otherwise false

Definition at line 167 of file DropAllowedHandlerParkingLot.cs.

◆ DropRaceOnPersonStarts()

void Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot.DropRaceOnPersonStarts ( IDropInfo dropInfo)
private

Custom drop logic inspired by DefaultDropHandler.Drop(IDropInfo)

Parameters
dropInfoObject which contains several drop information.

Definition at line 77 of file DropAllowedHandlerParkingLot.cs.

Member Data Documentation

◆ instance

readonly DropAllowedHandlerParkingLot Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot.instance = new DropAllowedHandlerParkingLot()
staticprivate

Definition at line 16 of file DropAllowedHandlerParkingLot.cs.

Property Documentation

◆ Instance

DropAllowedHandlerParkingLot Vereinsmeisterschaften.ViewModels.DropAllowedHandlerParkingLot.Instance
staticget

Singleton instance for the DropAllowedHandlerParkingLot

Definition at line 30 of file DropAllowedHandlerParkingLot.cs.


The documentation for this class was generated from the following file: