C# Class Kernys.Bson.BSONObject

Inheritance: BSONValue, IEnumerable
Mostrar archivo Open project: kernys/Kernys.Bson Class Usage Examples

Public Methods

Method Description
Add ( string key, BSONValue value ) : void
BSONObject ( ) : System
Clear ( ) : void
Contains ( BSONValue v ) : bool
ContainsKey ( string key ) : bool
Remove ( string key ) : bool
TryGetValue ( string key, BSONValue &value ) : bool
this ( string key ) : BSONValue

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( string key, BSONValue value ) : void
key string
value BSONValue
return void

BSONObject() public method

public BSONObject ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( BSONValue v ) : bool
v BSONValue
return bool

ContainsKey() public method

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

Remove() public method

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

TryGetValue() public method

public TryGetValue ( string key, BSONValue &value ) : bool
key string
value BSONValue
return bool

this() public method

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