C# Class ODbDump.ToStringFastVisitor

Inheritance: IODBFastVisitor
Afficher le fichier Open project: Bobris/BTDB Class Usage Examples

Protected Properties

Свойство Type Description
Builder StringBuilder

Méthodes publiques

Méthode Description
MarkCurrentKeyAsUsed ( IKeyValueDBTransaction tr ) : void
ToString ( ) : string

Private Methods

Méthode Description
Print ( ByteBuffer b ) : void

Method Details

MarkCurrentKeyAsUsed() public méthode

public MarkCurrentKeyAsUsed ( IKeyValueDBTransaction tr ) : void
tr IKeyValueDBTransaction
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Builder protected_oe property

protected StringBuilder Builder
Résultat StringBuilder