Meta::Route

Header Image
Project:
Route : Public Class
Created: 20/07/2024 20:54:25
Modified: 20/07/2024 20:54:25
Project:
Advanced:
  • Attributes
  • Operations
  • Associations To
  • Advanced
  • Other Links
Attribute Scope Type
_many Internal Func<TSource, RefSet<TTarget>?>?
 
_one Internal Func<TSource, TTarget?>?
 
_sourceSet Internal SetSpace<TSource>
 
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. ]
Element Source Role Target Role
«SetSpace» SetSpace
Class  
Name:  
 
Name: _sourceSet
 
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
Route Class Generalization To