C# 클래스 ODbDump.ToStringVisitor

상속: ToStringFastVisitor, IODBVisitor
파일 보기 프로젝트 열기: Bobris/BTDB 1 사용 예제들

공개 메소드들

메소드 설명
EndDictKey ( ) : void
EndDictValue ( ) : void
EndDictionary ( ) : void
EndField ( ) : void
EndInlineObject ( ) : void
EndItem ( ) : void
EndList ( ) : void
EndObject ( ) : void
EndRelationKey ( ) : void
EndRelationValue ( ) : void
NeedScalarAsObject ( ) : bool
NeedScalarAsText ( ) : bool
OidReference ( ulong oid ) : void
ScalarAsObject ( object content ) : void
ScalarAsText ( string content ) : void
StartDictKey ( ) : bool
StartDictValue ( ) : bool
StartDictionary ( ) : bool
StartField ( string name ) : bool
StartInlineObject ( uint tableId, string tableName, uint version ) : bool
StartItem ( ) : bool
StartList ( ) : bool
StartObject ( ulong oid, uint tableId, string tableName, uint version ) : bool
StartRelationKey ( ) : bool
StartRelationValue ( ) : bool
VisitRelation ( string relationName ) : bool
VisitSingleton ( uint tableId, string tableName, ulong oid ) : bool

메소드 상세

EndDictKey() 공개 메소드

public EndDictKey ( ) : void
리턴 void

EndDictValue() 공개 메소드

public EndDictValue ( ) : void
리턴 void

EndDictionary() 공개 메소드

public EndDictionary ( ) : void
리턴 void

EndField() 공개 메소드

public EndField ( ) : void
리턴 void

EndInlineObject() 공개 메소드

public EndInlineObject ( ) : void
리턴 void

EndItem() 공개 메소드

public EndItem ( ) : void
리턴 void

EndList() 공개 메소드

public EndList ( ) : void
리턴 void

EndObject() 공개 메소드

public EndObject ( ) : void
리턴 void

EndRelationKey() 공개 메소드

public EndRelationKey ( ) : void
리턴 void

EndRelationValue() 공개 메소드

public EndRelationValue ( ) : void
리턴 void

NeedScalarAsObject() 공개 메소드

public NeedScalarAsObject ( ) : bool
리턴 bool

NeedScalarAsText() 공개 메소드

public NeedScalarAsText ( ) : bool
리턴 bool

OidReference() 공개 메소드

public OidReference ( ulong oid ) : void
oid ulong
리턴 void

ScalarAsObject() 공개 메소드

public ScalarAsObject ( object content ) : void
content object
리턴 void

ScalarAsText() 공개 메소드

public ScalarAsText ( string content ) : void
content string
리턴 void

StartDictKey() 공개 메소드

public StartDictKey ( ) : bool
리턴 bool

StartDictValue() 공개 메소드

public StartDictValue ( ) : bool
리턴 bool

StartDictionary() 공개 메소드

public StartDictionary ( ) : bool
리턴 bool

StartField() 공개 메소드

public StartField ( string name ) : bool
name string
리턴 bool

StartInlineObject() 공개 메소드

public StartInlineObject ( uint tableId, string tableName, uint version ) : bool
tableId uint
tableName string
version uint
리턴 bool

StartItem() 공개 메소드

public StartItem ( ) : bool
리턴 bool

StartList() 공개 메소드

public StartList ( ) : bool
리턴 bool

StartObject() 공개 메소드

public StartObject ( ulong oid, uint tableId, string tableName, uint version ) : bool
oid ulong
tableId uint
tableName string
version uint
리턴 bool

StartRelationKey() 공개 메소드

public StartRelationKey ( ) : bool
리턴 bool

StartRelationValue() 공개 메소드

public StartRelationValue ( ) : bool
리턴 bool

VisitRelation() 공개 메소드

public VisitRelation ( string relationName ) : bool
relationName string
리턴 bool

VisitSingleton() 공개 메소드

public VisitSingleton ( uint tableId, string tableName, ulong oid ) : bool
tableId uint
tableName string
oid ulong
리턴 bool