C# Class BplusDotNet.SerializedTree

Wrapper for any IByteTree implementation which implements automatic object serialization/deserialization for serializable objects.
Inheritance: IObjectTree, ITreeIndex
Afficher le fichier Open project: benaston/BTree Class Usage Examples

Méthodes publiques

Méthode Description
Abort ( ) : void
Commit ( ) : void
Compare ( string left, string right ) : int
ContainsKey ( string key ) : bool
FirstKey ( ) : string
Get ( string key, object defaultValue ) : object
NextKey ( string AfterThisKey ) : string
Recover ( bool CorrectErrors ) : void
RemoveKey ( string key ) : void
SerializedTree ( IByteTree tree ) : System
Set ( string key, object map ) : void
SetFootPrintLimit ( int limit ) : void
Shutdown ( ) : void
this ( string key ) : object

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

Compare() public méthode

public Compare ( string left, string right ) : int
left string
right string
Résultat int

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

FirstKey() public méthode

public FirstKey ( ) : string
Résultat string

Get() public méthode

public Get ( string key, object defaultValue ) : object
key string
defaultValue object
Résultat object

NextKey() public méthode

public NextKey ( string AfterThisKey ) : string
AfterThisKey string
Résultat string

Recover() public méthode

public Recover ( bool CorrectErrors ) : void
CorrectErrors bool
Résultat void

RemoveKey() public méthode

public RemoveKey ( string key ) : void
key string
Résultat void

SerializedTree() public méthode

public SerializedTree ( IByteTree tree ) : System
tree IByteTree
Résultat System

Set() public méthode

public Set ( string key, object map ) : void
key string
map object
Résultat void

SetFootPrintLimit() public méthode

public SetFootPrintLimit ( int limit ) : void
limit int
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

this() public méthode

public this ( string key ) : object
key string
Résultat object