C# Class ParkenDD.Models.ParkingLotListGroup

Datei anzeigen Open project: sibbl/ParkenDD

Public Methods

Method Description
ParkingLotListGroup ( ) : System.Collections.Generic
ParkingLotListGroup ( string header ) : System.Collections.Generic
ParkingLotListGroup ( string header, ParkingLot parkingLot ) : System.Collections.Generic

Method Details

ParkingLotListGroup() public method

public ParkingLotListGroup ( ) : System.Collections.Generic
return System.Collections.Generic

ParkingLotListGroup() public method

public ParkingLotListGroup ( string header ) : System.Collections.Generic
header string
return System.Collections.Generic

ParkingLotListGroup() public method

public ParkingLotListGroup ( string header, ParkingLot parkingLot ) : System.Collections.Generic
header string
parkingLot ParkenDD.Api.Models.ParkingLot
return System.Collections.Generic