C# Class Kernys.Bson.BSONValue

Show file Open project: kernys/Kernys.Bson Class Usage Examples

Public Methods

Method Description
Add ( BSONValue value ) : void
Add ( string key, BSONValue value ) : void
BSONValue ( ) : System
BSONValue ( System.DateTime dt ) : System
BSONValue ( Int32 v ) : System
BSONValue ( System.Int64 v ) : System
BSONValue ( String v ) : System
BSONValue ( bool v ) : System
BSONValue ( byte v ) : System
BSONValue ( double v ) : System
Clear ( ) : void
Contains ( BSONValue v ) : bool
ContainsKey ( string key ) : bool
operator ( ) : bool
this ( int index ) : BSONValue
this ( string key ) : BSONValue

Protected Methods

Method Description
BSONValue ( ValueType valueType ) : System

Method Details

Add() public method

public Add ( BSONValue value ) : void
value BSONValue
return void

Add() public method

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

BSONValue() public method

public BSONValue ( ) : System
return System

BSONValue() public method

public BSONValue ( System.DateTime dt ) : System
dt System.DateTime
return System

BSONValue() public method

public BSONValue ( Int32 v ) : System
v System.Int32
return System

BSONValue() public method

public BSONValue ( System.Int64 v ) : System
v System.Int64
return System

BSONValue() public method

public BSONValue ( String v ) : System
v String
return System

BSONValue() protected method

protected BSONValue ( ValueType valueType ) : System
valueType System.ValueType
return System

BSONValue() public method

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

BSONValue() public method

public BSONValue ( byte v ) : System
v byte
return System

BSONValue() public method

public BSONValue ( double v ) : System
v double
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

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int index ) : BSONValue
index int
return BSONValue

this() public method

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