Delegate RouteBuilderExtensions.BuildRoute<T>
Delegate to create a resolver.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate Result<Route> BuildRoute<T>(RouterDb routerDb, Profile vehicleProfile, RouterPoint source, RouterPoint target, EdgePath<T> path);
Parameters
RouterDb
routerDb
|
Profile
vehicleProfile
|
RouterPoint
source
|
RouterPoint
target
|
EdgePath<T>
path
|
Returns
Result<Route>
|
Type Parameters
T
|