Class Vehicle
Vehicle class contains routing info
Inheritance
System.Object
Vehicle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Vehicle
Fields
Bicycle
BigTruck
Bus
Car
Moped
MotorCycle
Pedestrian
SmallTruck
Methods
InterpretAccessValue(IAttributeCollection, String)
Interprets a given access tag value.
Declaration
public static bool ? InterpretAccessValue(IAttributeCollection attributes, string key)
Parameters
IAttributeCollection
attributes
|
System.String
key
|
Returns
System.Nullable<System.Boolean>
|
InterpretAccessValues(IAttributeCollection, Whitelist, IEnumerable<String>, String[])
Interpreters a series of access tags for a series of vehicle types.
Declaration
public static bool InterpretAccessValues(IAttributeCollection attributes, Whitelist whiteList, IEnumerable<string> keys, params string[] rootKeys)
Parameters
IAttributeCollection
attributes
|
Whitelist
whiteList
|
IEnumerable<System.String>
keys
|
System.String[]
rootKeys
|
Returns
System.Boolean
|
RegisterVehicles()
Registers all default vehicles.
Declaration
public static void RegisterVehicles()