C# Class CSMongo.Bson.BsonFieldDetail

Information about a BSON field after it has been rendered into bytes
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
BsonFieldDetail ( string field, byte bytes, MongoDataType type ) : System

Creates a new set of details for a BSON field

Method Details

BsonFieldDetail() public method

Creates a new set of details for a BSON field
public BsonFieldDetail ( string field, byte bytes, MongoDataType type ) : System
field string
bytes byte
type MongoDataType
return System