Operation |
Public
Route (sourceSet: SetSpace<TSource>,
routes: Func<TSource, RefSet<TTarget>>,
sourceProperties: string[],
targetProperties: string[],
) :
|
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
Public
Route (sourceSet: SetSpace<TSource>,
routes: Func<TSource, TTarget?>,
sourceProperties: string[],
targetProperties: string[],
) :
|
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
Public
Route (sourceSet: SetSpace<TSource>,
routes: Func<TSource, RefSet<TTarget>>,
) :
|
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
Public
Route (sourceSet: SetSpace<TSource>,
routes: Func<TSource, TTarget?>,
) :
|
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
Private
~Route () :
|
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
Public
One () : bool
|
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
Public
Many () : bool
|
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
Protected
Dispose (disposing: bool,
) : void
|
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|