Implemented interface member:
method
RegisterContext
System.Web.DynamicData.IMetaModel.RegisterContext(System.Func<System.Object>, System.Web.DynamicData.ContextConfiguration)
2 references to RegisterContext
System.Web.DynamicData (2)
DynamicData\MetaModel.cs (2)
151RegisterContext(() => Activator.CreateInstance(contextType), configuration); 160RegisterContext(contextFactory, new ContextConfiguration());