Documentation modifications
This commit is contained in:
@@ -81,6 +81,10 @@ public static class MongoDbHostBuilderExtension
|
||||
return mongoDb;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Discovers all concrete types in the current <see cref="System.Reflection.Assembly"/> that implement <see cref="IEntityMapContributor"/>, instantiates each one, and invokes its <see cref="IEntityMapContributor.RegisterMaps"/> method to register entity mappings.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=e89a195 body=9c8e4ad -->
|
||||
public static void ConfigureRegisterMapClass()
|
||||
{
|
||||
var assembly = Assembly.GetExecutingAssembly();
|
||||
|
||||
Reference in New Issue
Block a user