[This is preliminary documentation and is subject to change.]
This object contains all of the information about a bus route
| C# | Visual Basic | Visual C++ |
public class BusRouteInfo : SifDataObject
Public Class BusRouteInfo _ Inherits SifDataObject
public ref class BusRouteInfo : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BusRouteInfoBusRouteInfoNew()() |
Creates an instance of a BusRouteInfo
| |
| BusRouteInfoBusRouteInfoNew(String, String, String, RouteType) |
Constructor that accepts values for all mandatory fields
| |
| BusInfoRefId |
Gets or sets the value of the <BusInfoRefId> element.
| |
| Description |
Gets or sets the value of the <Description> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| MaximumLoad |
Gets or sets the value of the <MaximumLoad> element.
| |
| Name |
Gets or sets the value of the <Name> element.
| |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| RouteDistanceLoaded |
Gets or sets the value of the <RouteDistanceLoaded> element.
| |
| RouteDistanceTotal |
Gets or sets the value of the <RouteDistanceTotal> element.
| |
| RouteDurationLoaded |
Gets or sets the value of the <RouteDurationLoaded> element.
| |
| RouteDurationTotal |
Gets or sets the value of the <RouteDurationTotal> element.
| |
| RouteNumber |
Gets or sets the value of the <RouteNumber> element.
| |
| RouteType |
Gets or sets the value of the <RouteType> element.
| |
| SetName(NameType, String, String) | Sets the value of the <Name> element. | |
| SetRouteDistanceLoaded(DistanceUnit, String) | Sets the value of the <RouteDistanceLoaded> element. | |
| SetRouteDistanceTotal(DistanceUnit, String) | Sets the value of the <RouteDistanceTotal> element. | |
| SetRouteType(RouteType) |
Sets the value of the <RouteType> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| BusRouteInfo | |||||