You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Allows the user to add a custom component mapping to the class mapping.
283
+
/// Note: not a fluent method.
284
+
/// </summary>
285
+
/// <remarks>
286
+
/// In some cases, our users need a way to add an instance of their own implementation of IComponentMappingProvider.
287
+
/// For an example of where this might be necessary, see: http://codebetter.com/blogs/jeremy.miller/archive/2010/02/16/our-extension-properties-story.aspx
0 commit comments