C# 클래스 CouchRS.Json.JsonVisitor

파일 보기 프로젝트 열기: ifandelse/CouchRS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
typeProcessor Dictionary>>,List>>>>

보호된 프로퍼티들

프로퍼티 타입 설명
_normalizedRecords string>>.List

공개 메소드들

메소드 설명
JsonVisitor ( ) : System
Traverse ( string json ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BeforeVisit ( ) : void

메소드 상세

BuildNormalizedRecords() 보호된 메소드

protected BuildNormalizedRecords ( ) : void
리턴 void

DuplicateList() 보호된 메소드

protected DuplicateList ( string>.List list ) : string>>>.List
list string>.List
리턴 string>>>.List

JsonVisitor() 공개 메소드

public JsonVisitor ( ) : System
리턴 System

Process() 보호된 메소드

protected Process ( JToken jObject, string prefix, string>.List records ) : string>>>.List
jObject JToken
prefix string
records string>.List
리턴 string>>>.List

ProcessArray() 보호된 메소드

protected ProcessArray ( JToken token, string prefix, string>.List records ) : string>>>.List
token JToken
prefix string
records string>.List
리턴 string>>>.List

ProcessObject() 보호된 메소드

protected ProcessObject ( JToken token, string prefix, string>.List records ) : string>>>.List
token JToken
prefix string
records string>.List
리턴 string>>>.List

ProcessProperty() 보호된 메소드

protected ProcessProperty ( JToken token, string prefix, string>.List records ) : string>>>.List
token JToken
prefix string
records string>.List
리턴 string>>>.List

ProcessValue() 보호된 메소드

protected ProcessValue ( JToken token, string prefix, string>.List records ) : string>>>.List
token JToken
prefix string
records string>.List
리턴 string>>>.List

Traverse() 공개 메소드

public Traverse ( string json ) : void
json string
리턴 void

프로퍼티 상세

_normalizedRecords 보호되어 있는 프로퍼티

protected List> _normalizedRecords
리턴 string>>.List

typeProcessor 공개적으로 프로퍼티

public Dictionary>>,List>>>> typeProcessor
리턴 Dictionary>>,List>>>>