C# Class Unlimited.Framework.Converters.Graph.String.Json.JsonNavigator

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

Public Methods

Method Description
Dispose ( ) : void
JsonNavigator ( 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
WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void

Private Methods

Method Description
GetEnumerableValueForPathSegment ( IPathSegment pathSegment, IEnumerable data ) : IEnumerable
GetScalarValueForPathSegement ( IPathSegment pathSegment, IEnumerable data ) : JToken
SelectEnumberable ( IList pathSegments, JToken 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

JsonNavigator() public method

public JsonNavigator ( 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

WriteToResults() protected method

protected WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void
paths IList
indexedPathSegments Dictionary
rootIndexedValueTreeNode IndexedPathSegmentTreeNode
results Dictionary
return void