C# Class Kernys.Bson.BSONValue

Afficher le fichier Open project: kernys/Kernys.Bson Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BSONValue ( ValueType valueType ) : System

Method Details

Add() public méthode

public Add ( BSONValue value ) : void
value BSONValue
Résultat void

Add() public méthode

public Add ( string key, BSONValue value ) : void
key string
value BSONValue
Résultat void

BSONValue() public méthode

public BSONValue ( ) : System
Résultat System

BSONValue() public méthode

public BSONValue ( System.DateTime dt ) : System
dt System.DateTime
Résultat System

BSONValue() public méthode

public BSONValue ( Int32 v ) : System
v System.Int32
Résultat System

BSONValue() public méthode

public BSONValue ( System.Int64 v ) : System
v System.Int64
Résultat System

BSONValue() public méthode

public BSONValue ( String v ) : System
v String
Résultat System

BSONValue() protected méthode

protected BSONValue ( ValueType valueType ) : System
valueType System.ValueType
Résultat System

BSONValue() public méthode

public BSONValue ( bool v ) : System
v bool
Résultat System

BSONValue() public méthode

public BSONValue ( byte v ) : System
v byte
Résultat System

BSONValue() public méthode

public BSONValue ( double v ) : System
v double
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( BSONValue v ) : bool
v BSONValue
Résultat bool

ContainsKey() public méthode

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( int index ) : BSONValue
index int
Résultat BSONValue

this() public méthode

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