C# Class ODbDump.ToStringVisitor

Inheritance: ToStringFastVisitor, IODBVisitor
Exibir arquivo Open project: Bobris/BTDB Class Usage Examples

Public Methods

Method Description
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

Method Details

EndDictKey() public method

public EndDictKey ( ) : void
return void

EndDictValue() public method

public EndDictValue ( ) : void
return void

EndDictionary() public method

public EndDictionary ( ) : void
return void

EndField() public method

public EndField ( ) : void
return void

EndInlineObject() public method

public EndInlineObject ( ) : void
return void

EndItem() public method

public EndItem ( ) : void
return void

EndList() public method

public EndList ( ) : void
return void

EndObject() public method

public EndObject ( ) : void
return void

EndRelationKey() public method

public EndRelationKey ( ) : void
return void

EndRelationValue() public method

public EndRelationValue ( ) : void
return void

NeedScalarAsObject() public method

public NeedScalarAsObject ( ) : bool
return bool

NeedScalarAsText() public method

public NeedScalarAsText ( ) : bool
return bool

OidReference() public method

public OidReference ( ulong oid ) : void
oid ulong
return void

ScalarAsObject() public method

public ScalarAsObject ( object content ) : void
content object
return void

ScalarAsText() public method

public ScalarAsText ( string content ) : void
content string
return void

StartDictKey() public method

public StartDictKey ( ) : bool
return bool

StartDictValue() public method

public StartDictValue ( ) : bool
return bool

StartDictionary() public method

public StartDictionary ( ) : bool
return bool

StartField() public method

public StartField ( string name ) : bool
name string
return bool

StartInlineObject() public method

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

StartItem() public method

public StartItem ( ) : bool
return bool

StartList() public method

public StartList ( ) : bool
return bool

StartObject() public method

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

StartRelationKey() public method

public StartRelationKey ( ) : bool
return bool

StartRelationValue() public method

public StartRelationValue ( ) : bool
return bool

VisitRelation() public method

public VisitRelation ( string relationName ) : bool
relationName string
return bool

VisitSingleton() public method

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