C# Class Raven.Light.Json.JTokenExtensions

Extensions for RavenJToken
Afficher le fichier Open project: hibernating-rhinos/Raven.Light

Méthodes publiques

Méthode Description
SelectTokenWithRavenSyntax ( this self, string paths ) : RavenJObject
SelectTokenWithRavenSyntaxReturningFlatStructure ( this self, string path ) : RavenJToken>>.IEnumerable

Private Methods

Méthode Description
BuildPathPart ( PathPart pathPart, int pos, string pathParts, string final ) : void

Method Details

SelectTokenWithRavenSyntax() public static méthode

public static SelectTokenWithRavenSyntax ( this self, string paths ) : RavenJObject
self this
paths string
Résultat RavenJObject

SelectTokenWithRavenSyntaxReturningFlatStructure() public static méthode

public static SelectTokenWithRavenSyntaxReturningFlatStructure ( this self, string path ) : RavenJToken>>.IEnumerable
self this
path string
Résultat RavenJToken>>.IEnumerable