Click or drag to resize

Apotea_Station Class

Station (with closest terminal).
Inheritance Hierarchy
SystemObject
  FRAM.WcfService.Public.ModelsStation
    FRAM.WcfService.Public.ModelsApotea_Station

Namespace: FRAM.WcfService.Public.Models
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Apotea_Station : Station

The Apotea_Station type exposes the following members.

Constructors
 NameDescription
Public methodApotea_StationInitializes a new instance of the Apotea_Station class
Top
Properties
 NameDescription
Public propertyCityCode City code.

E.g. 3369 for Stockholm.
(Inherited from Station)
Public propertyHasCardTerminal Has card terminal.
(Inherited from Station)
Public propertyHasCOD Has COD.
(Inherited from Station)
Public propertyHasDelivery Has delivery.
(Inherited from Station)
Public propertyHasPalletSupport Has pallet support.
(Inherited from Station)
Public propertyHasPriority Has prio support.
(Inherited from Station)
Public propertyHasTemperatureService Has temperature service.
(Inherited from Station)
Public propertyHasWarrantyObsolete.
Has warranty support (obsolete).
(Inherited from Station)
Public propertyIsBringTerminal Is Bring terminal.
(Inherited from Station)
Public propertyLatitude Latitude.

E.g 61,8261263.
(Inherited from Station)
Public propertyLongitude Longitude

E.g. 16,1008174.
(Inherited from Station)
Public propertyStationAddress Adress.

E.g. Street 1.
(Inherited from Station)
Public propertyStationCityName City name

E.g. Stockhom.
(Inherited from Station)
Public propertyStationInformation Information (opening hours, etc.)

E.g. Öppettider 08.00 - 19.00
(Inherited from Station)
Public propertyStationName Station name.

E.g. Spånga Bussgodsterminal.
(Inherited from Station)
Public propertyStationNumber Station number.

E.g. 101 for Spånga Bussgodsterminal.
(Inherited from Station)
Public propertyStationZipCode Zip code

E.g. 123 45.
(Inherited from Station)
Public propertyTerminal Terminal.

E.g. '9999 Foo' has terminal '9999 Foo'.
Top
See Also