SIFWorks ADK 2.0
BusPositionInfo Constructor (busInfoRefId, date, time, gridLocation)
NamespacesEdustructures.SifWorks.TransBusPositionInfoBusPositionInfoBusPositionInfoNew(String, Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>, GridLocation)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public BusPositionInfo(
	string busInfoRefId,
	Nullable<DateTime> date,
	Nullable<DateTime> time,
	GridLocation gridLocation
)
Public Sub New ( _
	busInfoRefId As String, _
	date As Nullable(Of DateTime), _
	time As Nullable(Of DateTime), _
	gridLocation As GridLocation _
)
public:
BusPositionInfo (
	String^ busInfoRefId, 
	Nullable<DateTime> date, 
	Nullable<DateTime> time, 
	GridLocation^ gridLocation
)
Parameters
busInfoRefId (String)
The GUID that identifies the bus. This object only has meaning as current data for this particular bus.
date (Nullable<(Of <DateTime>)>)
The date of the report from the bus.
time (Nullable<(Of <DateTime>)>)
The time of the report from the bus.
gridLocation (GridLocation)
The location of the bus.

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