SIFWorks ADK 2.0
BusRouteInfo Constructor (refId, busInfoRefId, routeNumber, routeType)
NamespacesEdustructures.SifWorks.TransBusRouteInfoBusRouteInfoBusRouteInfoNew(String, String, String, RouteType)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public BusRouteInfo(
	string refId,
	string busInfoRefId,
	string routeNumber,
	RouteType routeType
)
Public Sub New ( _
	refId As String, _
	busInfoRefId As String, _
	routeNumber As String, _
	routeType As RouteType _
)
public:
BusRouteInfo (
	String^ refId, 
	String^ busInfoRefId, 
	String^ routeNumber, 
	RouteType^ routeType
)
Parameters
refId (String)
GUID that identifies this bus route.
busInfoRefId (String)
The bus associated with this route
routeNumber (String)
A unique identifier for the route. It may contain any printable ASCII character. For instance, you may have route 16AM in the morning and a 16PM in the afternoon.
routeType (RouteType)
The type of route.

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10