SequoiaDB
 All Classes Namespaces Files Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
SequoiaDB.Bson.ICustomBsonTypeMapper Interface Reference

An interface for custom mappers that map an object to a BsonValue. More...

Public Member Functions

bool TryMapToBsonValue (object value, out BsonValue bsonValue)
 Tries to map an object to a BsonValue.
 

Detailed Description

An interface for custom mappers that map an object to a BsonValue.

Member Function Documentation

bool SequoiaDB.Bson.ICustomBsonTypeMapper.TryMapToBsonValue ( object  value,
out BsonValue  bsonValue 
)

Tries to map an object to a BsonValue.

Parameters
valueAn object.
bsonValueThe BsonValue.
Returns
True if the mapping was successfull.

The documentation for this interface was generated from the following file: