C# Class ODbDump.ToStringVisitor

Inheritance: ToStringFastVisitor, IODBVisitor
Afficher le fichier Open project: Bobris/BTDB Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public EndDictKey ( ) : void
Résultat void

EndDictValue() public méthode

public EndDictValue ( ) : void
Résultat void

EndDictionary() public méthode

public EndDictionary ( ) : void
Résultat void

EndField() public méthode

public EndField ( ) : void
Résultat void

EndInlineObject() public méthode

public EndInlineObject ( ) : void
Résultat void

EndItem() public méthode

public EndItem ( ) : void
Résultat void

EndList() public méthode

public EndList ( ) : void
Résultat void

EndObject() public méthode

public EndObject ( ) : void
Résultat void

EndRelationKey() public méthode

public EndRelationKey ( ) : void
Résultat void

EndRelationValue() public méthode

public EndRelationValue ( ) : void
Résultat void

NeedScalarAsObject() public méthode

public NeedScalarAsObject ( ) : bool
Résultat bool

NeedScalarAsText() public méthode

public NeedScalarAsText ( ) : bool
Résultat bool

OidReference() public méthode

public OidReference ( ulong oid ) : void
oid ulong
Résultat void

ScalarAsObject() public méthode

public ScalarAsObject ( object content ) : void
content object
Résultat void

ScalarAsText() public méthode

public ScalarAsText ( string content ) : void
content string
Résultat void

StartDictKey() public méthode

public StartDictKey ( ) : bool
Résultat bool

StartDictValue() public méthode

public StartDictValue ( ) : bool
Résultat bool

StartDictionary() public méthode

public StartDictionary ( ) : bool
Résultat bool

StartField() public méthode

public StartField ( string name ) : bool
name string
Résultat bool

StartInlineObject() public méthode

public StartInlineObject ( uint tableId, string tableName, uint version ) : bool
tableId uint
tableName string
version uint
Résultat bool

StartItem() public méthode

public StartItem ( ) : bool
Résultat bool

StartList() public méthode

public StartList ( ) : bool
Résultat bool

StartObject() public méthode

public StartObject ( ulong oid, uint tableId, string tableName, uint version ) : bool
oid ulong
tableId uint
tableName string
version uint
Résultat bool

StartRelationKey() public méthode

public StartRelationKey ( ) : bool
Résultat bool

StartRelationValue() public méthode

public StartRelationValue ( ) : bool
Résultat bool

VisitRelation() public méthode

public VisitRelation ( string relationName ) : bool
relationName string
Résultat bool

VisitSingleton() public méthode

public VisitSingleton ( uint tableId, string tableName, ulong oid ) : bool
tableId uint
tableName string
oid ulong
Résultat bool