Interface IBsonClassMapFor<T>
Defines a map for mapping a type to bson for MongoDB.
public interface IBsonClassMapFor<T>
Type Parameters
TType the class map is for.
Methods
Configure(BsonClassMap<T>)
Configure the given class map.
void Configure(BsonClassMap<T> classMap)
Parameters
classMapBsonClassMap<T>MongoDB.Bson.Serialization.BsonClassMap<TClass> to register.