[This is preliminary documentation and is subject to change.]
Describes a transfer point for each intermediate point on a trip
| C# | Visual Basic | Visual C++ |
public class TransferPoint : SifElement
Public Class TransferPoint _ Inherits SifElement
public ref class TransferPoint : public SifElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TransferPointTransferPointNew()() |
Creates an instance of a TransferPoint
| |
| TransferPointTransferPointNew(EmbarkBusRouteDetail, DisembarkBusRouteDetail) |
Constructor that accepts values for all mandatory fields
| |
| DisembarkBusRouteDetail |
Gets or sets the value of the <DisembarkBusRouteDetail> element.
| |
| EmbarkBusRouteDetail |
Gets or sets the value of the <EmbarkBusRouteDetail> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
| |
| SetDisembarkBusRouteDetail(String, String) | Sets the value of the <DisembarkBusRouteDetail> element. | |
| SetEmbarkBusRouteDetail(String, String) | Sets the value of the <EmbarkBusRouteDetail> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | |||
| Element | |||
| SifElement | |||
| TransferPoint | |||