C# Class Dev2.Converters.Graph.DataTable.DataTableNavigator

Inheritance: INavigator
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Dispose ( ) : void
SelectEnumerable ( IPath path ) : IEnumerable
SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
SelectScalar ( IPath path ) : object

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SelectEnumerable() public méthode

public SelectEnumerable ( IPath path ) : IEnumerable
path IPath
Résultat IEnumerable

SelectEnumerablesAsRelated() public méthode

public SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
paths IList
Résultat IList>.Dictionary

SelectScalar() public méthode

public SelectScalar ( IPath path ) : object
path IPath
Résultat object