C# Class BplusDotNet.SerializedTree

Wrapper for any IByteTree implementation which implements automatic object serialization/deserialization for serializable objects.
Inheritance: IObjectTree, ITreeIndex
ファイルを表示 Open project: benaston/BTree Class Usage Examples

Public Methods

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

public Abort ( ) : void
return void

Commit() public method

public Commit ( ) : void
return void

Compare() public method

public Compare ( string left, string right ) : int
left string
right string
return int

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

FirstKey() public method

public FirstKey ( ) : string
return string

Get() public method

public Get ( string key, object defaultValue ) : object
key string
defaultValue object
return object

NextKey() public method

public NextKey ( string AfterThisKey ) : string
AfterThisKey string
return string

Recover() public method

public Recover ( bool CorrectErrors ) : void
CorrectErrors bool
return void

RemoveKey() public method

public RemoveKey ( string key ) : void
key string
return void

SerializedTree() public method

public SerializedTree ( IByteTree tree ) : System
tree IByteTree
return System

Set() public method

public Set ( string key, object map ) : void
key string
map object
return void

SetFootPrintLimit() public method

public SetFootPrintLimit ( int limit ) : void
limit int
return void

Shutdown() public method

public Shutdown ( ) : void
return void

this() public method

public this ( string key ) : object
key string
return object