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

Inheritance: Dev2.Converters.Graph.NavigatorBase, INavigator
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreatePathSegmentIndexedPathSegmentTreeNode ( IPathSegment pathSegment, IndexedPathSegmentTreeNode parentNode ) : IndexedPathSegmentTreeNode
WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void

Private Methods

Méthode Description
GetEnumerableValueForPathSegment ( IPathSegment pathSegment, IEnumerable data ) : IEnumerable
GetScalarValueForPathSegement ( IPathSegment pathSegment, IEnumerable data ) : JToken
SelectEnumberable ( IList pathSegments, JToken data ) : IEnumerable

Method Details

CreatePathSegmentIndexedPathSegmentTreeNode() protected méthode

protected CreatePathSegmentIndexedPathSegmentTreeNode ( IPathSegment pathSegment, IndexedPathSegmentTreeNode parentNode ) : IndexedPathSegmentTreeNode
pathSegment IPathSegment
parentNode IndexedPathSegmentTreeNode
Résultat IndexedPathSegmentTreeNode

Dispose() public méthode

public Dispose ( ) : void
Résultat void

JsonNavigator() public méthode

public JsonNavigator ( object data ) : System
data object
Résultat System

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

WriteToResults() protected méthode

protected WriteToResults ( IList paths, Dictionary indexedPathSegments, IndexedPathSegmentTreeNode rootIndexedValueTreeNode, Dictionary results ) : void
paths IList
indexedPathSegments Dictionary
rootIndexedValueTreeNode IndexedPathSegmentTreeNode
results Dictionary
Résultat void