4 writes to _selectedEntityTypeProperties
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (4)
332
_selectedEntityTypeProperties
= null;
435
_selectedEntityTypeProperties
= selectedProperties;
440
_selectedEntityTypeProperties
= null;
446
_selectedEntityTypeProperties
= new List<int>();
15 references to _selectedEntityTypeProperties
System.Web.Entity.Design (15)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (15)
322
_panel.SetEntityTypeProperties(_entityTypeProperties,
_selectedEntityTypeProperties
);
344
Debug.Assert(
_selectedEntityTypeProperties
!= null &&
_selectedEntityTypeProperties
.Count > 0, "expected non-null _selectedEntityTypeProperties with at least one value");
347
if (
_selectedEntityTypeProperties
[0] == 0)
349
Debug.Assert(
_selectedEntityTypeProperties
.Count == 1, "'Select All (Entity Value)' should be the only property selected");
355
foreach (int propertyIndex in
_selectedEntityTypeProperties
)
447
_selectedEntityTypeProperties
.Add(0);
483
_selectedEntityTypeProperties
.Add(propertyIndex);
488
_selectedEntityTypeProperties
.Clear();
494
_selectedEntityTypeProperties
.Remove(propertyIndex);
511
Debug.Assert(
_selectedEntityTypeProperties
!= null, "expected _entityTypeProperties to be non-null if _select is null");
566
(
_selectedEntityTypeProperties
!= null &&
567
_selectedEntityTypeProperties
.Count == 1 &&
568
_selectedEntityTypeProperties
[0] == 0));
647
_wizardForm.SetCanFinish(_selectedEntitySetName != null && (_select != null ||
_selectedEntityTypeProperties
.Count > 0));