C# Class Unlimited.Framework.Converters.Graph.Poco.PocoNavigator

Inheritance: Dev2.Converters.Graph.NavigatorBase, INavigator
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CreatePathSegmentIndexedPathSegmentTreeNode ( IPathSegment pathSegment, IndexedPathSegmentTreeNode parentNode ) : IndexedPathSegmentTreeNode

Private Methods

Method Description
GetEnumerableValueForPathSegment ( IPathSegment pathSegment, object data ) : IEnumerable
GetScalarValueForPathSegement ( IPathSegment pathSegment, object data ) : object
SelectEnumberable ( IList pathSegments, object data ) : IEnumerable

Method Details

CreatePathSegmentIndexedPathSegmentTreeNode() protected method

protected CreatePathSegmentIndexedPathSegmentTreeNode ( IPathSegment pathSegment, IndexedPathSegmentTreeNode parentNode ) : IndexedPathSegmentTreeNode
pathSegment IPathSegment
parentNode IndexedPathSegmentTreeNode
return IndexedPathSegmentTreeNode

Dispose() public method

public Dispose ( ) : void
return void

PocoNavigator() public method

public PocoNavigator ( object data ) : System
data object
return System

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