4 instantiations of EntityDataSourceDesignerHelper
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceContainerNameConverter.cs (1)
35
List<EntityDataSourceContainerNameItem> containerNameItems = new
EntityDataSourceDesignerHelper
(entityDataSource, false /*interactiveMode*/).GetContainerNames(true /*sortResults*/);
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
27
_helper = new
EntityDataSourceDesignerHelper
(component as EntityDataSource, true /*interactiveMode*/);
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (1)
37
List<EntityDataSourceEntitySetNameItem> entitySetNameItems = new
EntityDataSourceDesignerHelper
(entityDataSource, false /*interactiveMode*/).GetEntitySets(entityDataSource.DefaultContainerName);
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (1)
40
new
EntityDataSourceDesignerHelper
(entityDataSource, false /*interactiveMode*/).GetEntityTypeFilters(
9 references to EntityDataSourceDesignerHelper
System.Web.Entity.Design (9)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContext.cs (2)
27
private readonly
EntityDataSourceDesignerHelper
_helper;
45
internal EntityDataSourceConfigureObjectContext(EntityDataSourceConfigureObjectContextPanel panel, EntityDataSourceWizardForm wizardForm,
EntityDataSourceDesignerHelper
helper, EntityDataSourceState entityDataSourceState)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (2)
32
private readonly
EntityDataSourceDesignerHelper
_helper;
66
internal EntityDataSourceDataSelection(EntityDataSourceDataSelectionPanel panel, EntityDataSourceWizardForm wizard,
EntityDataSourceDesignerHelper
designerHelper, EntityDataSourceState entityDataSourceState)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (2)
22
private
EntityDataSourceDesignerHelper
_helper;
391
internal
EntityDataSourceDesignerHelper
Helper
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
26
private readonly
EntityDataSourceDesignerHelper
_helper;
System\Data\WebControls\Design\EntityDesignerDataSourceView.cs (2)
17
private
EntityDataSourceDesignerHelper
_helper;
20
: base(owner,
EntityDataSourceDesignerHelper
.DefaultViewName)