SIFWorks ADK 2.0
BusRouteDetail Constructor (refId, busRouteInfoRefId, busStopInfoRefId, arrivalTime)
NamespacesEdustructures.SifWorks.TransBusRouteDetailBusRouteDetailBusRouteDetailNew(String, String, String, Nullable<(Of <DateTime>)>)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public BusRouteDetail(
	string refId,
	string busRouteInfoRefId,
	string busStopInfoRefId,
	Nullable<DateTime> arrivalTime
)
Public Sub New ( _
	refId As String, _
	busRouteInfoRefId As String, _
	busStopInfoRefId As String, _
	arrivalTime As Nullable(Of DateTime) _
)
public:
BusRouteDetail (
	String^ refId, 
	String^ busRouteInfoRefId, 
	String^ busStopInfoRefId, 
	Nullable<DateTime> arrivalTime
)
Parameters
refId (String)
GUID that identifies this object.
busRouteInfoRefId (String)
GUID that identifies the bus route. See the BusRoute specification for more details.
busStopInfoRefId (String)
Describes a bus stop
arrivalTime (Nullable<(Of <DateTime>)>)
The time that the bus associated with this route will stop at this bus stop.

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