C# Class CouchRS.Json.JsonVisitor

Afficher le fichier Open project: ifandelse/CouchRS Class Usage Examples

Méthodes publiques

Свойство Type Description
typeProcessor Dictionary>>,List>>>>

Protected Properties

Свойство Type Description
_normalizedRecords string>>.List

Méthodes publiques

Méthode Description
JsonVisitor ( ) : System
Traverse ( string json ) : void

Méthodes protégées

Méthode Description
BuildNormalizedRecords ( ) : void
DuplicateList ( string>.List list ) : string>>>.List
Process ( JToken jObject, string prefix, string>.List records ) : string>>>.List
ProcessArray ( JToken token, string prefix, string>.List records ) : string>>>.List
ProcessObject ( JToken token, string prefix, string>.List records ) : string>>>.List
ProcessProperty ( JToken token, string prefix, string>.List records ) : string>>>.List
ProcessValue ( JToken token, string prefix, string>.List records ) : string>>>.List

Private Methods

Méthode Description
BeforeVisit ( ) : void

Method Details

BuildNormalizedRecords() protected méthode

protected BuildNormalizedRecords ( ) : void
Résultat void

DuplicateList() protected méthode

protected DuplicateList ( string>.List list ) : string>>>.List
list string>.List
Résultat string>>>.List

JsonVisitor() public méthode

public JsonVisitor ( ) : System
Résultat System

Process() protected méthode

protected Process ( JToken jObject, string prefix, string>.List records ) : string>>>.List
jObject JToken
prefix string
records string>.List
Résultat string>>>.List

ProcessArray() protected méthode

protected ProcessArray ( JToken token, string prefix, string>.List records ) : string>>>.List
token JToken
prefix string
records string>.List
Résultat string>>>.List

ProcessObject() protected méthode

protected ProcessObject ( JToken token, string prefix, string>.List records ) : string>>>.List
token JToken
prefix string
records string>.List
Résultat string>>>.List

ProcessProperty() protected méthode

protected ProcessProperty ( JToken token, string prefix, string>.List records ) : string>>>.List
token JToken
prefix string
records string>.List
Résultat string>>>.List

ProcessValue() protected méthode

protected ProcessValue ( JToken token, string prefix, string>.List records ) : string>>>.List
token JToken
prefix string
records string>.List
Résultat string>>>.List

Traverse() public méthode

public Traverse ( string json ) : void
json string
Résultat void

Property Details

_normalizedRecords protected_oe property

protected List> _normalizedRecords
Résultat string>>.List

typeProcessor public_oe property

public Dictionary>>,List>>>> typeProcessor
Résultat Dictionary>>,List>>>>