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

Inheritance: INavigator
Mostra file Open project: Warewolf-ESB/Warewolf

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SelectEnumerable() public method

public SelectEnumerable ( IPath path ) : IEnumerable
path IPath
return IEnumerable

SelectEnumerablesAsRelated() public method

public SelectEnumerablesAsRelated ( IList paths ) : IList>.Dictionary
paths IList
return IList>.Dictionary

SelectScalar() public method

public SelectScalar ( IPath path ) : object
path IPath
return object