Click or drag to resize

Station Class

Station with coordinates.
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 Station

The Station type exposes the following members.

Constructors
 NameDescription
Public methodStationInitializes a new instance of the Station class
Top
Properties
 NameDescription
Public propertyCityCode City code.

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

E.g 61,8261263.
Public propertyLongitude Longitude

E.g. 16,1008174.
Public propertyStationAddress Adress.

E.g. Street 1.
Public propertyStationCityName City name

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

E.g. Öppettider 08.00 - 19.00
Public propertyStationName Station name.

E.g. Spånga Bussgodsterminal.
Public propertyStationNumber Station number.

E.g. 101 for Spånga Bussgodsterminal.
Public propertyStationZipCode Zip code

E.g. 123 45.
Top
See Also