aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures/Procedures Assemblies/System.Web.DynamicData.xml
blob: 3bb484993a82be9204d5794dfb0315d0f0ec54b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Web.DynamicData</name>
  </assembly>
  <members>
    <member name="E:System.Web.DynamicData.DynamicFilter.FilterChanged">
      <summary>Occurs when the user select a value for the foreign key.</summary>
    </member>
    <member name="E:System.Web.DynamicData.QueryableFilterUserControl.FilterChanged">
      <summary>Occurs when the <see cref="M:System.Web.DynamicData.QueryableFilterUserControl.OnFilterChanged" /> method is called.</summary>
    </member>
    <member name="M:System.Web.DynamicData.ContextConfiguration.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.ContextConfiguration" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.ControlFilterExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.ControlFilterExpression" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.ControlFilterExpression.GetQueryable(System.Linq.IQueryable)">
      <summary>Gets the data source query to modify. </summary>
      <param name="source">The data source query to modify.</param>
      <returns>The object that represents the data source query that is modified by this <see cref="T:System.Web.DynamicData.ControlFilterExpression" /> instance.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ControlFilterExpression.LoadViewState(System.Object)">
      <summary>Restores the previously saved view state. </summary>
      <param name="savedState">The state to restore.</param>
    </member>
    <member name="M:System.Web.DynamicData.ControlFilterExpression.SaveViewState">
      <summary>Saves the changes to view state since the time the page was posted to the server.</summary>
      <returns>The object that contains the changes to view state. If there is no view state associated with the object, this method returns <see langword="null" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ControlFilterExpression.SetContext(System.Web.UI.Control,System.Web.HttpContext,System.Web.UI.WebControls.IQueryableDataSource)">
      <summary>Initializes the filter expression with data source information.</summary>
      <param name="owner">The control in which the <see cref="T:System.Web.DynamicData.ControlFilterExpression" /> instance is contained, such as the <see cref="T:System.Web.UI.WebControls.QueryExtender" /> control.</param>
      <param name="context">The application's current <see cref="T:System.Web.HttpContext" /> object. </param>
      <param name="dataSource">The target data source for the <see cref="T:System.Web.DynamicData.ControlFilterExpression" /> instance. If the <see cref="T:System.Web.DynamicData.DynamicFilterExpression" /> instance is contained in the <see cref="T:System.Web.UI.WebControls.QueryExtender" /> control, this parameter is the data source that the <see cref="T:System.Web.UI.WebControls.QueryExtender" /> control refers to </param>
    </member>
    <member name="M:System.Web.DynamicData.ControlFilterExpression.TrackViewState">
      <summary>Causes the <see cref="T:System.Web.DynamicData.ControlFilterExpression" /> object to track changes to its view state so they can be stored in the control's view state object and to be persisted across requests for the same page.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DataControlReference.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DataControlReference" /> class. </summary>
    </member>
    <member name="M:System.Web.DynamicData.DataControlReference.ToString">
      <summary>Gets the literal string DataControl:  that has the value of the <see cref="P:System.Web.DynamicData.DataControlReference.ControlID" /> control appended to it.</summary>
      <returns>The literal string DataControl:  that has the value of the <see cref="P:System.Web.DynamicData.DataControlReference.ControlID" /> property appended to it.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DataControlReferenceCollection.#ctor(System.Web.DynamicData.DynamicDataManager)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DataControlReferenceCollection" /> class.</summary>
      <param name="owner">The container object.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="owner" /> parameter is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.DataControlReferenceCollection.InsertItem(System.Int32,System.Web.DynamicData.DataControlReference)">
      <summary>Inserts a data-control reference into the data-control reference collection.</summary>
      <param name="index">The index that indicates where to insert the data control.</param>
      <param name="item">The data control to insert.</param>
    </member>
    <member name="M:System.Web.DynamicData.DataControlReferenceCollection.RemoveItem(System.Int32)">
      <summary>Removes a data-control reference from the collection.</summary>
      <param name="index">The index of the data-control reference to remove.</param>
    </member>
    <member name="M:System.Web.DynamicData.DataControlReferenceCollection.SetItem(System.Int32,System.Web.DynamicData.DataControlReference)">
      <summary>Sets the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control that contains the data-control reference.</summary>
      <param name="index">The index of the data-control reference to set.</param>
      <param name="item">The data control.</param>
    </member>
    <member name="M:System.Web.DynamicData.DefaultAutoFieldGenerator.#ctor(System.Web.DynamicData.MetaTable)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DefaultAutoFieldGenerator" /> class.</summary>
      <param name="table">The metadata for the table to generate dynamic fields for.</param>
      <exception cref="T:System.ArgumentNullException">The table is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.DefaultAutoFieldGenerator.CreateField(System.Web.DynamicData.MetaColumn,System.Web.DynamicData.ContainerType,System.Web.UI.WebControls.DataBoundControlMode)">
      <summary>Generates a dynamic data field. </summary>
      <param name="column">The metadata for the column to create the dynamic field for.</param>
      <param name="containerType">The data-bound control that contains the dynamic field.</param>
      <param name="mode">The access mode for the dynamic field.</param>
      <returns>The dynamic field to create.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DefaultAutoFieldGenerator.GenerateFields(System.Web.UI.Control)">
      <summary>Generates <see cref="T:System.Web.DynamicData.DynamicField" /> objects based on metadata information for the table.</summary>
      <param name="control">The data-bound control that contains the dynamic data field.</param>
      <returns>A collection of <see cref="T:System.Web.DynamicData.DynamicField" /> objects.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicControl" /> class. </summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControl.#ctor(System.Web.UI.WebControls.DataBoundControlMode)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicControl" /> class with the specified mode. </summary>
      <param name="mode">One of the enumeration values that specifies the mode of the control.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControl.GetAttribute(System.String)">
      <summary>Retrieves the attribute value by using the specified key.</summary>
      <param name="key">The name of the attribute.</param>
      <returns>The value of the attribute.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControl.OnInit(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Web.UI.Control.Init" /> event.</summary>
      <param name="e">The event data.</param>
      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Web.DynamicData.DynamicControl.DataField" /> property is not set.</exception>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControl.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the <see cref="T:System.Web.DynamicData.DynamicControl" /> control content to the client's browser by using the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object.</summary>
      <param name="writer">The object that is used to render the <see cref="T:System.Web.DynamicData.DynamicControl" /> control content on the client's browser.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControl.SetAttribute(System.String,System.String)">
      <summary>Sets the specified attribute to the specified value. </summary>
      <param name="key">The name of the attribute to set.</param>
      <param name="value">The value to assign to the attribute.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControlParameter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicControlParameter" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControlParameter.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicControlParameter" /> class, bound to the specified control.</summary>
      <param name="controlId">The ID of the control whose values the parameter represents.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControlParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)">
      <summary>Throws an <see cref="T:System.InvalidOperationException" /> exception to indicate that the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control is missing.</summary>
      <param name="context">The HTTP context.</param>
      <param name="control">The dynamic control parameter. </param>
      <returns>A <see cref="T:System.InvalidOperationException" /> object that indicates the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control is missing.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicControlParameter.GetWhereParameters(System.Web.DynamicData.IDynamicDataSource)">
      <summary>Returns the collection of parameters that are used to create a <see langword="Where" /> clause for when the data source is queried.</summary>
      <param name="dataSource">The <see cref="T:System.Web.DynamicData.IDynamicDataSource" /> instance to get the parameters from.</param>
      <returns>A collection of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects that represent the query parameters for the specified <see cref="T:System.Web.DynamicData.IDynamicDataSource" /> instance.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.ConvertEditedValue(System.Web.DynamicData.IFieldFormattingOptions,System.String)">
      <summary>Returns the value provided by a user for a control that is being validated.</summary>
      <param name="formattingOptions">The formatting options object, as defined by the <see cref="T:System.Web.DynamicData.IFieldFormattingOptions" /> object.</param>
      <param name="value">The input value to be converted.</param>
      <returns>
          <see langword="null" /> if <paramref name="value" /> is <see langword="null" /> or an empty string and the <see cref="P:System.Web.DynamicData.IFieldFormattingOptions.ConvertEmptyStringToNull" /> property of <paramref name="formattingOptions" /> is <see langword="true" />; <see langword="null" /> if <paramref name="value" /> is not <see langword="null" /> or an empty string and matches the <see cref="P:System.Web.DynamicData.IFieldFormattingOptions.NullDisplayText" /> property of <paramref name="formattingOptions" />; otherwise, the unchanged value of <paramref name="value" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.EnablePersistedSelection(System.Web.UI.WebControls.BaseDataBoundControl)">
      <summary>Enables selection to be persisted in data controls that support selection and paging.</summary>
      <param name="dataBoundControl">The data bound control.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.ExpandDynamicWhereParameters(System.Web.DynamicData.IDynamicDataSource)">
      <summary>Expands dynamic filters into <see langword="Where" /> parameters that are usable by the data source.</summary>
      <param name="dataSource">The data source object.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.FindDataSourceControl(System.Web.UI.Control)">
      <summary>Returns the data source that is associated with the data control for the specified control.</summary>
      <param name="current">A control inside the hierarchy of a data-bound control whose containing control you want to find.</param>
      <returns>The data source that is associated with the data control for the specified control.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.FindFieldTemplate(System.Web.UI.Control,System.String)">
      <summary>Returns the field template for the specified column in the specified control's naming container.</summary>
      <param name="control">The containing control.</param>
      <param name="columnName">The name of the column.</param>
      <returns>The field template for the specified column in the specified control's naming container.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.FindMetaTable(System.Web.UI.Control)">
      <summary>Returns the metatable object for the containing data control.</summary>
      <param name="current">The current control.</param>
      <returns>The metatable object for the containing data control.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.FormatEditValue(System.Web.DynamicData.IFieldFormattingOptions,System.Object)">
      <summary>Formats the specified field value by using the specified formatting options.</summary>
      <param name="formattingOptions">The <see cref="T:System.Web.DynamicData.IFieldFormattingOptions" /> instance to use.</param>
      <param name="fieldValue">The field value to format.</param>
      <returns>The field value that has been formatted by using the specified formatting options.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.FormatValue(System.Web.DynamicData.IFieldFormattingOptions,System.Object)">
      <summary>Formats the specified field value by using the specified formatting options.</summary>
      <param name="formattingOptions">The <see cref="T:System.Web.DynamicData.IFieldFormattingOptions" /> instance to use.</param>
      <param name="fieldValue">The field value to format.</param>
      <returns>The field value that has been formatted by using the specified formatting options.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.GetDefaultValues(System.Web.UI.IDataSource)">
      <summary>Gets the collection of the default values for the specified data source.</summary>
      <param name="dataSource">The data source for which to get the default values.</param>
      <returns>The collection of default values that are associated with the <see cref="T:System.Web.UI.IDataSource" /> object.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.GetDefaultValues(System.Web.UI.INamingContainer)">
      <summary>Gets the collection of the default values for the specified data control.</summary>
      <param name="control">The data control for which to get the default values.</param>
      <returns>The collection of default values that are associated with the <see cref="T:System.Web.UI.INamingContainer" /> object.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.GetEnumType(System.Web.DynamicData.MetaColumn)">
      <summary>Gets the type of the enumeration that represents the column.</summary>
      <param name="column">The column to get the enumeration type for.</param>
      <returns>The type of the enumeration that represents the column if the underlying type is an enumeration; otherwise, <see langword="null" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.GetMetaTable(System.Web.UI.IDataSource)">
      <summary>Gets the metadata for a table in the specified data source object.</summary>
      <param name="dataSource">The data source object for which to get the table metadata. </param>
      <returns>The table metadata associated with the <see cref="T:System.Web.UI.IDataSource" /> object.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.GetMetaTable(System.Web.UI.INamingContainer)">
      <summary>Gets the table metadata for the specified data control.</summary>
      <param name="control">The data control for which to get the table metadata. </param>
      <returns>The table metadata that is associated with the <see cref="T:System.Web.UI.INamingContainer" /> object.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.GetTable(System.Web.DynamicData.IDynamicDataSource)">
      <summary>Returns the <see cref="T:System.Web.DynamicData.MetaTable" /> object that is associated with the specified data source control.</summary>
      <param name="dataSource">The data source control.</param>
      <returns>The table that is associated with the specified data source control.</returns>
      <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Web.DynamicData.IDynamicDataSource.EntitySetName" /> property of <paramref name="dataSource" /> is <see langword="null" />.-or-The <see cref="P:System.Web.DynamicData.IDynamicDataSource.ContextType" /> property of <paramref name="dataSource" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.LoadWith``1(System.Web.UI.WebControls.LinqDataSource)">
      <summary>Sets the <see cref="T:System.Data.Linq.DataLoadOptions" /> value of a LINQ-to-SQL data source to force all the foreign-key entities to be loaded.</summary>
      <param name="dataSource">The LINQ data source to load the foreign keys from.</param>
      <typeparam name="TEntity">The type of the entities that are returned by the data source.</typeparam>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.LoadWithForeignKeys(System.Web.UI.WebControls.LinqDataSource,System.Type)">
      <summary>Sets the <see cref="T:System.Data.Linq.DataLoadOptions" /> value of a LINQ-to-SQL data source to force all the foreign-key entities to be loaded.</summary>
      <param name="dataSource">The LINQ data source to load the foreign keys from.</param>
      <param name="rowType">The type of the entities that are returned by the data source.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.SetMetaTable(System.Web.UI.INamingContainer,System.Web.DynamicData.MetaTable)">
      <summary>Sets the table metadata for the specified data control.</summary>
      <param name="control">The <see cref="T:System.Web.UI.INamingContainer" /> object that contains the table.</param>
      <param name="table">The table metadata.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.SetMetaTable(System.Web.UI.INamingContainer,System.Web.DynamicData.MetaTable,System.Collections.Generic.IDictionary{System.String,System.Object})">
      <summary>Sets the table metadata and default value mapping for the specified data control.</summary>
      <param name="control">The <see cref="T:System.Web.UI.INamingContainer" /> object that contains the table.</param>
      <param name="table">The table metadata.</param>
      <param name="defaultValues">The default value mapping.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.SetMetaTable(System.Web.UI.INamingContainer,System.Web.DynamicData.MetaTable,System.Object)">
      <summary>Sets the table metadata and default value mapping for the specified data control.</summary>
      <param name="control">The <see cref="T:System.Web.UI.INamingContainer" /> object that contains the table.</param>
      <param name="table">The table metadata.</param>
      <param name="defaultValues">The default value mapping.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.TryGetMetaTable(System.Web.UI.IDataSource,System.Web.DynamicData.MetaTable@)">
      <summary>Determines whether table metadata is available.</summary>
      <param name="dataSource">The data source that contains the table.</param>
      <param name="table">When this method returns, contains the table metadata. This parameter is passed uninitialized. </param>
      <returns>
          <see langword="true" /> if table metadata is available; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataExtensions.TryGetMetaTable(System.Web.UI.INamingContainer,System.Web.DynamicData.MetaTable@)">
      <summary>Determines whether table metadata is available.</summary>
      <param name="control">The <see cref="T:System.Web.UI.INamingContainer" /> object that contains the table. </param>
      <param name="table">When this method returns, contains the table metadata. This parameter is passed uninitialized.</param>
      <returns>
          <see langword="true" /> if table metadata is available; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataManager.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control. </summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataManager.OnInit(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Web.UI.Control.Init" /> event.</summary>
      <param name="e">The event data. </param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataManager.OnLoad(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Web.UI.Control.Load" /> event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataManager.RegisterControl(System.Web.UI.Control)">
      <summary>Registers a control with the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control.</summary>
      <param name="control">The data control to register.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataManager.RegisterControl(System.Web.UI.Control,System.Boolean)">
      <summary>Registers a control with the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control.</summary>
      <param name="control">The data control to register.</param>
      <param name="setSelectionFromUrl">
            <see langword="true" /> to use the primary key to set the selected item; otherwise, the selected item is not set.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRoute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicDataRoute" /> class by using the specified URL pattern.</summary>
      <param name="url">The pattern for the URL.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRoute.GetActionFromRouteData(System.Web.Routing.RouteData)">
      <summary>Returns the action from the <see cref="T:System.Web.Routing.RouteData" /> object for the current Dynamic Data Web request.</summary>
      <param name="routeData">The route data that pertains to the current request. For more information, see <see cref="M:System.Web.DynamicData.DynamicDataRoute.GetRouteData(System.Web.HttpContextBase)" />.</param>
      <returns>The action. For a list of possible values, see <see cref="T:System.Web.DynamicData.PageAction" />.</returns>
      <exception cref="T:System.InvalidOperationException">The action was not found in the Web request routing information.</exception>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRoute.GetRouteData(System.Web.HttpContextBase)">
      <summary>Returns routing information for a specific Web request.</summary>
      <param name="httpContext">Contains information about the Web request. </param>
      <returns>The routing information for the Web request.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRoute.GetTableFromRouteData(System.Web.Routing.RouteData)">
      <summary>Identifies the table that is associated with a Dynamic Data Web page request.</summary>
      <param name="routeData">The route data that pertains to the current request. For more information, see <see cref="M:System.Web.DynamicData.DynamicDataRoute.GetRouteData(System.Web.HttpContextBase)" />.</param>
      <returns>The metadata that describes a table that is displayed by Dynamic Data.</returns>
      <exception cref="T:System.InvalidOperationException">The table was not found in the Web request routing information.</exception>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRoute.GetVirtualPath(System.Web.Routing.RequestContext,System.Web.Routing.RouteValueDictionary)">
      <summary>Returns the virtual path of a route.</summary>
      <param name="requestContext">Contains information about the Web request.</param>
      <param name="values">The collection of route objects for the current application.</param>
      <returns>The virtual path.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRouteHandler.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicDataRouteHandler" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRouteHandler.CreateHandler(System.Web.DynamicData.DynamicDataRoute,System.Web.DynamicData.MetaTable,System.String)">
      <summary>Creates a handler to process a request.</summary>
      <param name="route">The matched route.</param>
      <param name="table">The metadata table that is contained in the route.</param>
      <param name="action">The action that is contained in the route.</param>
      <returns>The handler that can process a request.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRouteHandler.GetCustomPageVirtualPath(System.Web.DynamicData.MetaTable,System.String)">
      <summary>Creates the virtual path of a custom page.</summary>
      <param name="table">The data-model metadata table that the page is for.</param>
      <param name="viewName">The name of the view action, which is the page name without the ".aspx" file-name extension.</param>
      <returns>The virtual path of the custom page.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRouteHandler.GetRequestContext(System.Web.HttpContext)">
      <summary>Returns the <see cref="T:System.Web.Routing.RequestContext" /> instance for the current Web request.</summary>
      <param name="httpContext">The context information that is associated with the Web request.</param>
      <returns>The request context for the Web request.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="httpContext" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRouteHandler.GetRequestMetaTable(System.Web.HttpContext)">
      <summary>Returns a <see cref="T:System.Web.DynamicData.MetaTable" /> object from the <see cref="T:System.Web.HttpContext" /> object.</summary>
      <param name="httpContext">The context information that is associated with the Web request.</param>
      <returns>The data-model metadata table that is associated with the current Web request, or <see langword="null" /> if the request is not a Dynamic Data request</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="httpContext" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRouteHandler.GetScaffoldPageVirtualPath(System.Web.DynamicData.MetaTable,System.String)">
      <summary>Returns the virtual path of a page that is enabled for Dynamic Data.</summary>
      <param name="table">The metadata table that the page is for.</param>
      <param name="viewName">The name of the view action, which is the page name without the ".aspx" file-name extension.</param>
      <returns>The virtual path of the page.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRouteHandler.SetRequestMetaTable(System.Web.HttpContext,System.Web.DynamicData.MetaTable)">
      <summary>Sets the <see cref="T:System.Web.DynamicData.MetaTable" /> object that is associated with the current <see cref="T:System.Web.HttpRequest" /> object. </summary>
      <param name="httpContext">The context information that is associated with the Web request.</param>
      <param name="table">The metatable that is associated with the current request.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicDataRouteHandler.System#Web#Routing#IRouteHandler#GetHttpHandler(System.Web.Routing.RequestContext)">
      <summary>Returns the handler that processes ASP.NET Dynamic Data route patterns.</summary>
      <param name="requestContext">The context information that is associated with the Web request.</param>
      <returns>The handler that processes ASP.NET Dynamic Data route patterns.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicEntity.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicEntity" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicEntity.OnLoad(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Web.UI.Control.Load" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicEntity.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends server control content to a specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which renders the content.</summary>
      <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the server control content. </param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicField" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.ConfigureDynamicControl(System.Web.DynamicData.DynamicControl)">
      <summary>Provides a mechanism to modify a <see cref="T:System.Web.DynamicData.DynamicControl" /> object that was created by the <see cref="M:System.Web.DynamicData.DynamicField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)" /> method.</summary>
      <param name="control">The control to modify.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.CopyProperties(System.Web.UI.WebControls.DataControlField)">
      <summary>Copies the properties of the current <see cref="T:System.Web.DynamicData.DynamicField" /> object to the specified <see cref="T:System.Web.UI.WebControls.DataControlField" /> object.</summary>
      <param name="newField">The <see cref="T:System.Web.UI.WebControls.DataControlField" /> to copy the properties of the current <see cref="T:System.Web.DynamicData.DynamicField" /> to.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.CreateDynamicControl">
      <summary>Provides a mechanism for classes that derive from <see cref="T:System.Web.DynamicData.DynamicField" /> to override how a <see cref="T:System.Web.DynamicData.DynamicControl" /> object is created.</summary>
      <returns>A new dynamic control.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.CreateField">
      <summary>Creates and returns a new instance of the <see cref="T:System.Web.DynamicData.DynamicField" /> class.</summary>
      <returns>A new instance of the <see cref="T:System.Web.DynamicData.DynamicField" /> class.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary,System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlRowState,System.Boolean)">
      <summary>Extracts the value of the data field from the current table cell and adds the value to the specified dictionary.</summary>
      <param name="dictionary">The dictionary that will hold the cell values.</param>
      <param name="cell">The cell that contains the text or controls of the <see cref="T:System.Web.DynamicData.DynamicField" /> object.</param>
      <param name="rowState">One of the enumeration values that specifies the row state.</param>
      <param name="includeReadOnly">
            <see langword="true" /> to include the values of read-only fields in <paramref name="dictionary" />; otherwise, <see langword="false" />.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.GetAttribute(System.String)">
      <summary>Retrieves the specified attribute value.</summary>
      <param name="key">The key of the attribute to get.</param>
      <returns>The value of the attribute.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)">
      <summary>Adds text or controls to the specified cell.</summary>
      <param name="cell">The object that contains the text or controls of the <see cref="T:System.Web.DynamicData.DynamicField" /> object.</param>
      <param name="cellType">One of the enumeration values that specifies the function of the <paramref name="cell" /> object.</param>
      <param name="rowState">One of the enumeration values that specifies the row state.</param>
      <param name="rowIndex">The index of the row that the <paramref name="cell" /> object is contained in.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicField.SetAttribute(System.String,System.String)">
      <summary>Sets an attribute that is associated with the <see cref="T:System.Web.DynamicData.DynamicField" /> object.</summary>
      <param name="key">The name of the attribute to be set.</param>
      <param name="value">The attribute value.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicFilter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicFilter" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicFilter.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends server control content to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object.</summary>
      <param name="writer">The object that receives the server control content.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicFilter.System#Web#DynamicData#IFilterExpressionProvider#GetQueryable(System.Linq.IQueryable)">
      <summary>Gets the modified query using the current filter value. </summary>
      <param name="source">The data source query.</param>
      <returns>The filter.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicFilter.System#Web#DynamicData#IFilterExpressionProvider#Initialize(System.Web.UI.WebControls.IQueryableDataSource)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicFilter" /> class.</summary>
      <param name="dataSource">The data source.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicFilterExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicFilterExpression" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicFilterExpression.GetQueryable(System.Linq.IQueryable)">
      <summary>Gets the modified query using the current filter value.</summary>
      <param name="source">The data source query to modify.</param>
      <returns>The data source query that is modified by using the current value that is contained in the <see cref="T:System.Web.DynamicData.DynamicFilterExpression" /> instance.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicFilterExpression.SetContext(System.Web.UI.Control,System.Web.HttpContext,System.Web.UI.WebControls.IQueryableDataSource)">
      <summary>Initializes the expression with data source information.</summary>
      <param name="owner">The control that contains the <see cref="T:System.Web.DynamicData.DynamicFilterExpression" /> instance, such as the <see cref="T:System.Web.UI.WebControls.QueryExtender" /> control.</param>
      <param name="context">The current <see cref="T:System.Web.HttpContext" /> object. </param>
      <param name="dataSource">The target data source for the <see cref="T:System.Web.DynamicData.DynamicFilterExpression" /> instance. </param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicHyperLink.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicHyperLink" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicHyperLink.OnDataBinding(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Web.UI.Control.DataBinding" /> event.</summary>
      <param name="e">The event data.</param>
      <exception cref="T:System.InvalidOperationException">An attempt was made to set the table and data context during data binding. -or-An attempt has been made to bind to a <see langword="null" /> data field. </exception>
    </member>
    <member name="M:System.Web.DynamicData.DynamicHyperLink.OnPreRender(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Web.UI.Control.PreRender" /> event.</summary>
      <param name="e">The event data.</param>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Web.DynamicData.DynamicHyperLink" /> object cannot determine the data table to link to. </exception>
    </member>
    <member name="M:System.Web.DynamicData.DynamicHyperLink.System#Web#UI#IAttributeAccessor#GetAttribute(System.String)">
      <summary>Retrieves the value of the specified attribute that is applied to the <see cref="T:System.Web.DynamicData.DynamicHyperLink" /> control.</summary>
      <param name="key">The name of the attribute to retrieve.</param>
      <returns>The specified attribute that is applied to the link.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicHyperLink.System#Web#UI#IAttributeAccessor#SetAttribute(System.String,System.String)">
      <summary>Defines an attribute and its value to apply to the <see cref="T:System.Web.DynamicData.DynamicHyperLink" /> control.</summary>
      <param name="key">The name of the attribute. </param>
      <param name="value">The value that is assigned to the attribute. </param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicQueryStringParameter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicQueryStringParameter" /> class. </summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicQueryStringParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)">
      <summary>Throws an <see cref="T:System.InvalidOperationException" /> exception in all cases.</summary>
      <param name="context">Information about the HTTP request.</param>
      <param name="control">The control the parameter is bound to.</param>
      <returns>
          
          Throws an <see cref="T:System.InvalidOperationException" /> exception in all cases.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicQueryStringParameter.GetWhereParameters(System.Web.DynamicData.IDynamicDataSource)">
      <summary>Returns a collection of <see cref="T:System.Web.UI.WebControls.Parameter" /> objects that are automatically generated for the columns of a table by retrieving query string values.</summary>
      <param name="dataSource">The data source object.</param>
      <returns>A collection of parameters that are automatically generated for the columns of a table by retrieving query string values</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicRouteExpression.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicRouteExpression" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicRouteExpression.GetQueryable(System.Linq.IQueryable)">
      <summary>Gets the query from the data source..</summary>
      <param name="source">The query to modify.</param>
      <returns>An instance of the modified query.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicRouteExpression.SetContext(System.Web.UI.Control,System.Web.HttpContext,System.Web.UI.WebControls.IQueryableDataSource)">
      <summary>Sets the HTTP context of the <see cref="T:System.Web.DynamicData.DynamicRouteExpression" /> object.</summary>
      <param name="owner">The control that contains the <see cref="T:System.Web.DynamicData.DynamicRouteExpression" /> instance. This is a <see cref="T:System.Web.UI.WebControls.QueryExtender" /> control. </param>
      <param name="context">The Web request context.</param>
      <param name="dataSource">The target data source for the <see cref="T:System.Web.DynamicData.DynamicRouteExpression" /> instance.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.DynamicValidator" /> class. </summary>
    </member>
    <member name="M:System.Web.DynamicData.DynamicValidator.ControlPropertiesValid">
      <summary>Indicates whether the properties of the specified <see cref="T:System.Web.DynamicData.DynamicValidator" /> control are valid.</summary>
      <returns>
          <see langword="true" />, if the properties of the specified validation control are valid; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicValidator.EvaluateIsValid">
      <summary>Determines whether the value in the input control to validate is valid. </summary>
      <returns>
          <see langword="true" /> if the validation control that is evaluated is valid; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.DynamicValidator.OnInit(System.EventArgs)">
      <summary>Raises the <see langword="Init" /> event to initialize the <see cref="T:System.Web.DynamicData.DynamicValidator" /> control.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:System.Web.DynamicData.DynamicValidator.ValidateException(System.Exception)">
      <summary>Sets up a validation exception if an exception occurs in the data model. </summary>
      <param name="exception">The exception that is thrown.</param>
    </member>
    <member name="M:System.Web.DynamicData.EntityTemplate.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.EntityTemplate" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.EntityTemplateFactory.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.EntityTemplateFactory" /> class. </summary>
    </member>
    <member name="M:System.Web.DynamicData.EntityTemplateFactory.BuildEntityTemplateVirtualPath(System.String,System.Web.UI.WebControls.DataBoundControlMode)">
      <summary>Builds the path of the entity template for the specified table.</summary>
      <param name="templateName">The name of the entity template for which to build the path.</param>
      <param name="mode">The display mode of the entity template.</param>
      <returns>The path of the entity template for the specified table.</returns>
      <exception cref="T:System.ArgumentNullException">The <paramref name="templateName" /> is null.</exception>
    </member>
    <member name="M:System.Web.DynamicData.EntityTemplateFactory.CreateEntityTemplate(System.Web.DynamicData.MetaTable,System.Web.UI.WebControls.DataBoundControlMode,System.String)">
      <summary>Creates an instance of the entity template for the specified table.</summary>
      <param name="table">The metadata for the table to which the entity template applies. </param>
      <param name="mode">The display mode of the entity template.</param>
      <param name="uiHint">The name of the template to use.</param>
      <returns>An instance of the <see cref="T:System.Web.DynamicData.EntityTemplateUserControl" /> class.</returns>
      <exception cref="T:System.ArgumentNullException">The table is null.</exception>
    </member>
    <member name="M:System.Web.DynamicData.EntityTemplateFactory.GetEntityTemplateVirtualPath(System.Web.DynamicData.MetaTable,System.Web.UI.WebControls.DataBoundControlMode,System.String)">
      <summary>Gets the virtual path of the entity template for the specified table.</summary>
      <param name="table">The metadata for the table to which the entity template applies.</param>
      <param name="mode">The display mode of the entity template.</param>
      <param name="uiHint">The name of the template to use.</param>
      <returns>The virtual path of the entity template for the specified table.</returns>
      <exception cref="T:System.ArgumentNullException">The table is null.</exception>
    </member>
    <member name="M:System.Web.DynamicData.EntityTemplateUserControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.EntityTemplateUserControl" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateFactory.#ctor">
      <summary>Initializes an instance of the <see cref="T:System.Web.DynamicData.FieldTemplateFactory" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateFactory.BuildVirtualPath(System.String,System.Web.DynamicData.MetaColumn,System.Web.UI.WebControls.DataBoundControlMode)">
      <summary>Builds the virtual path to a field template based on the field template name and the mode.</summary>
      <param name="templateName">The name of the template to use.</param>
      <param name="column">Specifies the data column which the field template applies to.</param>
      <param name="mode">Specifies the display mode of the field template.</param>
      <returns>The virtual path to the field template.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="templateName" /> is null. </exception>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateFactory.CreateFieldTemplate(System.Web.DynamicData.MetaColumn,System.Web.UI.WebControls.DataBoundControlMode,System.String)">
      <summary>Creates an instance of a field template using the <see cref="T:System.Web.DynamicData.MetaColumn" /> class, the <see cref="T:System.Web.UI.WebControls.DataBoundControlMode" /> class and <see cref="P:System.Web.DynamicData.MetaColumn.UIHint" /> property.</summary>
      <param name="column">Specifies the data column which the field template applies to.</param>
      <param name="mode">Specifies the display mode of the field template.</param>
      <param name="uiHint">Specifies the field template to use.</param>
      <returns>An instance of the interface that the <see cref="T:System.Web.DynamicData.FieldTemplateFactory" /> class implements.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateFactory.GetFieldTemplateVirtualPath(System.Web.DynamicData.MetaColumn,System.Web.UI.WebControls.DataBoundControlMode,System.String)">
      <summary>Determines the virtual path of a field template. </summary>
      <param name="column">Specifies the data column which the field template applies to.</param>
      <param name="mode">Specifies the display mode of the field template-Read Only, Edit, or Insert.</param>
      <param name="uiHint">Specifies the field template to use. This parameter affects the field template look up.</param>
      <returns>The virtual path of the field template. </returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateFactory.Initialize(System.Web.DynamicData.MetaModel)">
      <summary>Associates a <see cref="T:System.Web.DynamicData.MetaModel" /> with a <see cref="T:System.Web.DynamicData.FieldTemplateFactory" />. </summary>
      <param name="model">Specifies the data model to associate with the <see cref="T:System.Web.DynamicData.FieldTemplateFactory" />.</param>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateFactory.PreprocessMode(System.Web.DynamicData.MetaColumn,System.Web.UI.WebControls.DataBoundControlMode)">
      <summary>Changes the mode of the data column.</summary>
      <param name="column">The column for which the field template is needed.</param>
      <param name="mode">The mode (Read Only, Edit, or Insert) to change to.</param>
      <returns>The mode that a column renders.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.FieldTemplateUserControl" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.BuildChildrenPath(System.String)">
      <summary>Gets the URL that links to the page that displays the list of children entities and allows the path to be overridden.</summary>
      <param name="path">The path to override.</param>
      <returns>The URL that links the displayed page to the children page. </returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.BuildForeignKeyPath(System.String)">
      <summary>Get the URL that links the current page to the page that displays the details of the foreign key entity and allows the path to be overridden.</summary>
      <param name="path">The path to override.</param>
      <returns>The URL that links to the page that displays the details of the foreign key page.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.ConvertEditedValue(System.String)">
      <summary>Gets either an input value or <see langword="null" /> based on <see cref="P:System.Web.DynamicData.MetaColumn.ConvertEmptyStringToNull" /> and <see cref="P:System.Web.DynamicData.DynamicField.NullDisplayText" />. </summary>
      <param name="value">The input value.</param>
      <returns>The converted value.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.ExtractForeignKey(System.Collections.IDictionary,System.String)">
      <summary>Saves the value of foreign keys. </summary>
      <param name="dictionary">The dictionary that contains all the new values.</param>
      <param name="selectedValue">The value to save. </param>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.ExtractValues(System.Collections.Specialized.IOrderedDictionary)">
      <summary>Provides dictionary access to all data in the current row. </summary>
      <param name="dictionary">The dictionary that contains all the new values.</param>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.FindOtherFieldTemplate(System.String)">
      <summary>Determines the field template that is used to render a specified data column. </summary>
      <param name="columnName">The data column the field template renders.</param>
      <returns>The field template that is used to render a specified data column.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.FormatFieldValue(System.Object)">
      <summary>Applies HTML encoding and formatting to a string that will be displayed.</summary>
      <param name="fieldValue">The value from the data field to format. </param>
      <returns>The formatted value.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.GetColumnValue(System.Web.DynamicData.MetaColumn)">
      <summary>Gets the value of a specified column in the current row.</summary>
      <param name="column">The column to get the value from.</param>
      <returns>An object that represents the value of a specified column in the current row.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.GetSelectedValueString">
      <summary>Returns the string representation of the column's value.</summary>
      <returns>If the column's current value is a foreign-key column or an enumeration column, a string representation of the selected value; otherwise, <see langword="null" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.IgnoreModelValidationAttribute(System.Type)">
      <summary>Allows a <see cref="T:System.Web.DynamicData.DynamicValidator" /> to ignore a specific type of model validation attribute.</summary>
      <param name="attributeType">The attribute to ignore.</param>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.PopulateListControl(System.Web.UI.WebControls.ListControl)">
      <summary>Populates a list control with all the values from a parent table. </summary>
      <param name="listControl">The list control to populate.</param>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.SetUpValidator(System.Web.UI.WebControls.BaseValidator)">
      <summary>Sets up a <see cref="P:System.Web.DynamicData.IFieldTemplateHost.ValidationGroup" /> on all validation controls.</summary>
      <param name="validator">The validation control to set up. </param>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.SetUpValidator(System.Web.UI.WebControls.BaseValidator,System.Web.DynamicData.MetaColumn)">
      <summary>Sets up a <see cref="T:System.Web.DynamicData.DynamicValidator" /> using the type of validator and the column to validate.</summary>
      <param name="validator">The type of validator to set up.</param>
      <param name="column">The column for which to validator is set.</param>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.System#Web#DynamicData#IFieldTemplate#SetHost(System.Web.DynamicData.IFieldTemplateHost)">
      <summary>Associates a field template with the object that controls how the field template is used. </summary>
      <param name="host">The object that hosts the field template class. Controls the use of the field template.</param>
    </member>
    <member name="M:System.Web.DynamicData.FieldTemplateUserControl.System#Web#UI#IBindableControl#ExtractValues(System.Collections.Specialized.IOrderedDictionary)">
      <summary>Retrieves a set of name/value pairs to implement two-way data-binding in field template controls.</summary>
      <param name="dictionary">The dictionary that contains name/values pairs.</param>
    </member>
    <member name="M:System.Web.DynamicData.FilterFactory.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.FilterFactory" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.FilterFactory.CreateFilterControl(System.Web.DynamicData.MetaColumn,System.String)">
      <summary>Creates an instance of the filter template.</summary>
      <param name="column">The data column to which the filter template applies.</param>
      <param name="filterUIHint">The name of the filter template to use.</param>
      <returns>An instance of the <see cref="T:System.Web.DynamicData.QueryableFilterUserControl" /> class.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="column" /> is null.</exception>
    </member>
    <member name="M:System.Web.DynamicData.FilterFactory.GetFilterVirtualPath(System.Web.DynamicData.MetaColumn,System.String)">
      <summary>Gets the virtual path of the filter template.</summary>
      <param name="column">The data column to which the filter template applies.</param>
      <param name="filterUIHint">The filter template to use.</param>
      <returns>The virtual path of the filter template.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="column" /> is null.</exception>
    </member>
    <member name="M:System.Web.DynamicData.FilterRepeater.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.FilterRepeater" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.FilterRepeater.DataBind">
      <summary>Binds the <see cref="T:System.Web.DynamicData.FilterRepeater" /> control to the data that is retrieved from a data source.</summary>
    </member>
    <member name="M:System.Web.DynamicData.FilterRepeater.GetFilteredColumns">
      <summary>Returns an enumeration of the sortable columns that belong to the table that is associated with the current <see cref="T:System.Web.DynamicData.FilterRepeater" /> control.</summary>
      <returns>An enumeration of the sortable columns that belong to the table that is associated with the current <see cref="T:System.Web.DynamicData.FilterRepeater" /> control.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FilterRepeater.GetWhereParameters(System.Web.DynamicData.IDynamicDataSource)">
      <summary>Gets the list of <see langword="Where" /> parameters to add to the <see langword="Where" /> parameter collection of the <see cref="T:System.Web.DynamicData.FilterRepeater" /> control.</summary>
      <param name="dataSource">The data source of the <see langword="Where" /> parameters.</param>
      <returns>A list of <see langword="Where" /> parameters.</returns>
    </member>
    <member name="M:System.Web.DynamicData.FilterRepeater.OnFilterItemCreated(System.Web.UI.WebControls.RepeaterItem)">
      <summary>Called for every item and alternating item template that is being instantiated by this <see cref="T:System.Web.DynamicData.FilterRepeater" /> control during data binding.</summary>
      <param name="item">The contents of the item template.</param>
    </member>
    <member name="M:System.Web.DynamicData.FilterRepeater.OnInit(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Web.UI.Control.Init" /> event to initialize the <see cref="T:System.Web.DynamicData.FilterRepeater" /> control.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:System.Web.DynamicData.FilterRepeater.OnItemCreated(System.Web.UI.WebControls.RepeaterItemEventArgs)">
      <summary>Raises the <see cref="E:System.Web.UI.WebControls.Repeater.ItemCreated" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:System.Web.DynamicData.FilterUserControlBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.FilterUserControlBase" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.FilterUserControlBase.PopulateListControl(System.Web.UI.WebControls.ListControl)">
      <summary>Populates a <see cref="T:System.Web.UI.WebControls.ListControl" /> object with all the items in a data table that are related to the current table through a foreign key.</summary>
      <param name="listControl">The control to populate.</param>
    </member>
    <member name="M:System.Web.DynamicData.FilterUserControlBase.System#Web#DynamicData#IControlParameterTarget#GetPropertyNameExpression(System.String)">
      <summary>Gets the name of the column that is filtered.</summary>
      <param name="columnName">The column that is filtered.</param>
      <returns>The column that is filtered.</returns>
    </member>
    <member name="M:System.Web.DynamicData.IControlParameterTarget.GetPropertyNameExpression(System.String)">
      <summary>Get an expression that can be used as a control parameter's property name.</summary>
      <param name="columnName">The name of the column.</param>
      <returns>An expression that can be used as a control parameter's property name.</returns>
    </member>
    <member name="M:System.Web.DynamicData.IFieldTemplate.SetHost(System.Web.DynamicData.IFieldTemplateHost)">
      <summary>Associates the field template with the object that controls its use. </summary>
      <param name="host">The object that controls the use of the field template.</param>
    </member>
    <member name="M:System.Web.DynamicData.IFieldTemplateFactory.CreateFieldTemplate(System.Web.DynamicData.MetaColumn,System.Web.UI.WebControls.DataBoundControlMode,System.String)">
      <summary>Creates an instance of a field template using the <see cref="T:System.Web.DynamicData.MetaColumn" /> class, the <see cref="T:System.Web.UI.WebControls.DataBoundControlMode" /> class and <see cref="P:System.Web.DynamicData.MetaColumn.UIHint" /> property.  </summary>
      <param name="column">Specifies the data column to use to display the field template.</param>
      <param name="mode">Specifies the display mode of the field template.</param>
      <param name="uiHint">Specifies the field template to use.</param>
      <returns>An instance of a <see cref="T:System.Web.DynamicData.FieldTemplateFactory" /> object when implemented in a class.</returns>
    </member>
    <member name="M:System.Web.DynamicData.IFieldTemplateFactory.Initialize(System.Web.DynamicData.MetaModel)">
      <summary>Initializes a <see cref="T:System.Web.DynamicData.FieldTemplateFactory" /> using the specified data model. </summary>
      <param name="model">Specifies the data model that the field template uses. </param>
    </member>
    <member name="M:System.Web.DynamicData.IFilterExpressionProvider.GetQueryable(System.Linq.IQueryable)">
      <summary>Returns the filter repeater.</summary>
      <param name="source">The data source query.</param>
      <returns>The filter.</returns>
    </member>
    <member name="M:System.Web.DynamicData.IFilterExpressionProvider.Initialize(System.Web.UI.WebControls.IQueryableDataSource)">
      <summary>Initializes the data source.</summary>
      <param name="dataSource">The data source.</param>
    </member>
    <member name="M:System.Web.DynamicData.IWhereParametersProvider.GetWhereParameters(System.Web.DynamicData.IDynamicDataSource)">
      <summary>Gets the list of <see langword="Where" /> parameters that should be added to the <see langword="Where" /> parameter collection.</summary>
      <param name="dataSource">The source of the parameter.</param>
      <returns>A list of parameters.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaChildrenColumn.#ctor(System.Web.DynamicData.MetaTable,System.Web.DynamicData.ModelProviders.ColumnProvider)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.MetaChildrenColumn" /> class.</summary>
      <param name="table">The meta table.</param>
      <param name="entityMember">The column provider.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaChildrenColumn.GetChildrenListPath(System.Object)">
      <summary>Gets the path of the list-action page for the child table.</summary>
      <param name="row">The row that contains the foreign-key field.</param>
      <returns>The path of the list-action page for the child table.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaChildrenColumn.GetChildrenPath(System.String,System.Object)">
      <summary>Gets the path of the specified action page of the child table.</summary>
      <param name="action">The target action.</param>
      <param name="row">The row that contains the foreign-key field.</param>
      <returns>The path of the specified action page of the child table.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaChildrenColumn.GetChildrenPath(System.String,System.Object,System.String)">
      <summary>Gets the path for the specified action page of the child table.</summary>
      <param name="action">The target action. </param>
      <param name="row">The row that contains the foreign-key field.</param>
      <param name="path">The target page.</param>
      <returns>The path of the specified action page of the child table.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaChildrenColumn.Initialize">
      <summary>Initializes data that might not be available when the constructor is called.</summary>
    </member>
    <member name="M:System.Web.DynamicData.MetaColumn.#ctor(System.Web.DynamicData.MetaTable,System.Web.DynamicData.ModelProviders.ColumnProvider)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.MetaColumn" /> class.</summary>
      <param name="table">The meta table that contains the column.</param>
      <param name="columnProvider">The column provider.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaColumn.BuildAttributeCollection">
      <summary>Gets the attribute collection.</summary>
      <returns>The attribute collection.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaColumn.Initialize">
      <summary>Initializes data that might not be available when the constructor is called.</summary>
    </member>
    <member name="M:System.Web.DynamicData.MetaColumn.ResetMetadata">
      <summary>Clears cached column metadata.</summary>
    </member>
    <member name="M:System.Web.DynamicData.MetaColumn.ToString">
      <summary>Gets the data field name.</summary>
      <returns>The data field name, which is the string representation of the column.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.#ctor(System.Web.DynamicData.MetaTable,System.Web.DynamicData.ModelProviders.ColumnProvider)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.MetaForeignKeyColumn" /> class.</summary>
      <param name="table">The entity meta table.</param>
      <param name="entityMember">The entity column provider.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.ExtractForeignKey(System.Collections.IDictionary,System.String)">
      <summary>Saves the value of a foreign key in the specified dictionary.</summary>
      <param name="dictionary">A dictionary object that contains the new values for a data field.</param>
      <param name="value">The value of the foreign key.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.GetFilterExpression(System.String)">
      <summary>Returns the alternate name that is mapped to a foreign key.</summary>
      <param name="foreignKeyName">The name of the foreign key.</param>
      <returns>The alternate name that is mapped to the foreign key.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.GetForeignKeyDetailsPath(System.Object)">
      <summary>Gets the path for the details action page of the parent table of the specified foreign-key field.</summary>
      <param name="row">The row that contains the foreign-key field.</param>
      <returns>The path for the details action page of the parent table of the specified foreign-key field.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.GetForeignKeyPath(System.String,System.Object)">
      <summary>Gets the path for the specified action page of the parent table of the specified foreign-key field.</summary>
      <param name="action">The target action.</param>
      <param name="row">The row that contains the foreign-key field.</param>
      <returns>The path for the specified action page of the parent table of the specified foreign-key field.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.GetForeignKeyPath(System.String,System.Object,System.String)">
      <summary>Gets the path for the specified action page of the parent table of the specified foreign-key field.</summary>
      <param name="action">The target action. </param>
      <param name="row">The row that contains the foreign-key field.</param>
      <param name="path">The target page.</param>
      <returns>The path for the specified action page of the parent table of the specified foreign-key field.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.GetForeignKeyString(System.Object)">
      <summary>Retrieves a comma-separated list of values that represent the foreign-key for the specified row.</summary>
      <param name="row">The row to retrieve the foreign-key values for.</param>
      <returns>A comma-separated list of values that represent the foreign key for the specified row.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.GetForeignKeyValues(System.Object)">
      <summary>Retrieves a collection of values that represent the foreign keys for the specified row.</summary>
      <param name="row">The row to retrieve the foreign-key values for.</param>
      <returns>A collection of values that represent the foreign keys for the specified row.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaForeignKeyColumn.Initialize">
      <summary>Initializes data that may not be available when the constructor is called.</summary>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.#ctor">
      <summary>Instantiates a new instance of the <see cref="T:System.Web.DynamicData.MetaModel" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.#ctor(System.Boolean)">
      <summary>Instantiates a new instance of the <see cref="T:System.Web.DynamicData.MetaModel" /> class.</summary>
      <param name="registerGlobally">
            <see langword="true" /> to indicate that the model is registered globally; otherwise <see langword="false" />. The default is <see langword="true" />.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.CreateTable(System.Web.DynamicData.ModelProviders.TableProvider)">
      <summary>Instantiates a <see cref="T:System.Web.DynamicData.MetaTable" /> object. </summary>
      <param name="provider">The provider for the table.</param>
      <returns>A new instance of the table.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.GetActionPath(System.String,System.String,System.Object)">
      <summary>Returns the action path that is associated with a specific table. </summary>
      <param name="tableName">The name of the table that the action applies to.</param>
      <param name="action">The action to apply to the table.</param>
      <param name="row">An object that represents a single row of data in a table. <paramref name="row" /> is used to provide values for query-string parameters.</param>
      <returns>The URL that is associated with the route.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.GetModel(System.Type)">
      <summary>Returns the data-model instance for the specified context.</summary>
      <param name="contextType">The type of the data context as defined in the data model.</param>
      <returns>The data model that is associated with the specified context type.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.GetTable(System.String)">
      <summary>Returns the metadata that is associated with the specified table.</summary>
      <param name="uniqueTableName">The name that identifies the table in the data model.</param>
      <returns>The metadata that describes the specified table.</returns>
      <exception cref="T:System.ArgumentException">The name was not found in the data model.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.GetTable(System.String,System.Type)">
      <summary>Returns the metadata that describes the specified table.</summary>
      <param name="tableName">The name of the table.</param>
      <param name="contextType">The data context to search for the table.</param>
      <returns>The metadata that describes the specified table.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="tablename" /> or <paramref name="contextType" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentException">The context is not registered or the table does not exist in the data context.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.GetTable(System.Type)">
      <summary>Returns the metadata that describes the specified table.</summary>
      <param name="entityType">The type that identifies the table in the data model.</param>
      <returns>The metadata that describes the specified table.</returns>
      <exception cref="T:System.ArgumentNullException">The type was not found in the data model.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.RegisterContext(System.Func{System.Object})">
      <summary>Registers the data context that is specified by a context factory.</summary>
      <param name="contextFactory">The factory for instantiating the data context.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.RegisterContext(System.Func{System.Object},System.Web.DynamicData.ContextConfiguration)">
      <summary>Registers a data-context instance by using the specified context configuration and by enabling a custom constructor. </summary>
      <param name="contextFactory">A delegate that is used to instantiate the data model context.</param>
      <param name="configuration">The context information as defined by the <see cref="T:System.Web.DynamicData.ContextConfiguration" /> class.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="contextFactory" /> is <see langword="null" />.</exception>
      <exception cref="T:System.ArgumentException">The <paramref name="contextType" /> that is instantiated by <paramref name="contextFactory" /> is not valid.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.RegisterContext(System.Type)">
      <summary>Registers a data-context instance. </summary>
      <param name="contextType">The type of the data context as defined in the data model.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.RegisterContext(System.Type,System.Web.DynamicData.ContextConfiguration)">
      <summary>Registers a data-context instance by using the specified context configuration. </summary>
      <param name="contextType">The type of the data context as defined in the data model.</param>
      <param name="configuration">The configuration information for the context, as defined by the <see cref="T:System.Web.DynamicData.ContextConfiguration" /> class.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="contextType" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.RegisterContext(System.Web.DynamicData.ModelProviders.DataModelProvider)">
      <summary>Registers a data context instance by using a data-model provider</summary>
      <param name="dataModelProvider">A provider for the data model.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.RegisterContext(System.Web.DynamicData.ModelProviders.DataModelProvider,System.Web.DynamicData.ContextConfiguration)">
      <summary>Registers a data-context instance by using the specified context configuration and by enabling a data-model provider. </summary>
      <param name="dataModelProvider">A provider for the data model.</param>
      <param name="configuration">The context information as defined by the <see cref="T:System.Web.DynamicData.ContextConfiguration" /> class.</param>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="dataModelProvider" /> or <paramref name="configuration" /> is <see langword="null" />.</exception>
      <exception cref="T:System.InvalidOperationException">
              <paramref name="contextType" /> is already registered.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.ResetRegistrationException">
      <summary>Resets any previous context registration error that might have occurred. </summary>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.TryGetTable(System.String,System.Web.DynamicData.MetaTable@)">
      <summary>Attempts to get the metadata that is associated with the specified table.</summary>
      <param name="uniqueTableName">The name that uniquely identifies the table.</param>
      <param name="table">When this method returns, and if it has found the requested table, contains the metadata for that table. This parameter is passed uninitialized.</param>
      <returns>
          <see langword="true" /> if the table metadata is found; otherwise <see langword="false" />.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="uniqueTableName" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaModel.TryGetTable(System.Type,System.Web.DynamicData.MetaTable@)">
      <summary>Attempts to get the metadata that is associated with the specified table.</summary>
      <param name="entityType">The table type.</param>
      <param name="table">When this method returns, and if the requested table has been found, contains the metadata for the specified table. This parameter is passed uninitialized.</param>
      <returns>
          <see langword="true" /> if the table metadata is found; otherwise, <see langword="false" />.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="entityType" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.#ctor(System.Web.DynamicData.MetaModel,System.Web.DynamicData.ModelProviders.TableProvider)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.MetaTable" /> class.</summary>
      <param name="metaModel">The entity meta model.</param>
      <param name="tableProvider">The entity model provider.</param>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.BuildAttributeCollection">
      <summary>Creates the attribute collection.</summary>
      <returns>The attribute collection.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CanDelete(System.Security.Principal.IPrincipal)">
      <summary>Gets a value that indicates whether the specified user is allowed to perform delete operations.</summary>
      <param name="principal">The user's security context.</param>
      <returns>
          <see langword="true" /> if the user is allowed to perform delete operations; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CanInsert(System.Security.Principal.IPrincipal)">
      <summary>Gets a value that indicates whether the specified user is allowed to perform insert operations.</summary>
      <param name="principal">The user's security context.</param>
      <returns>
          <see langword="true" /> if the user is allowed to perform insert operations; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CanRead(System.Security.Principal.IPrincipal)">
      <summary>Gets a value that indicates whether the specified user is allowed to perform read operations.</summary>
      <param name="principal">The user's security context.</param>
      <returns>
          <see langword="true" /> if the user is allowed to perform read operations; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CanUpdate(System.Security.Principal.IPrincipal)">
      <summary>Gets a value that indicates whether the specified user is allowed to perform update operations.</summary>
      <param name="principal">The user's security context.</param>
      <returns>
          <see langword="true" /> if the user is allowed to perform update operations; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CreateChildrenColumn(System.Web.DynamicData.ModelProviders.ColumnProvider)">
      <summary>Creates a new <see cref="T:System.Web.DynamicData.MetaChildrenColumn" /> object.</summary>
      <param name="columnProvider">The column provider.</param>
      <returns>The new child metacolumn object.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CreateColumn(System.Web.DynamicData.ModelProviders.ColumnProvider)">
      <summary>Creates a <see cref="T:System.Web.DynamicData.MetaColumn" /> object.</summary>
      <param name="columnProvider">The column provider.</param>
      <returns>The new metacolumn object.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CreateContext">
      <summary>Returns the data context for the table.</summary>
      <returns>The data context for the table.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CreateForeignKeyColumn(System.Web.DynamicData.ModelProviders.ColumnProvider)">
      <summary>Creates an object that contains foreign-key metadata.</summary>
      <param name="columnProvider">The column provider.</param>
      <returns>An object that contains foreign-key metadata.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CreateTable(System.ComponentModel.ICustomTypeDescriptor)">
      <summary>Creates the metadata for the specified table.</summary>
      <param name="typeDescriptor">Information about the table type.</param>
      <returns>An object that contains the table metadata.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.CreateTable(System.Type)">
      <summary>Creates the metadata for the specified table.</summary>
      <param name="entityType">The table type for which to generate metadata.</param>
      <returns>An object that contains the table metadata.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetActionPath(System.String)">
      <summary>Returns the action path for the current table and the specified action.</summary>
      <param name="action">The name of the action.</param>
      <returns>The action path for the specified action.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetActionPath(System.String,System.Collections.Generic.IList{System.Object})">
      <summary>Returns the action path for the current table, specified action, and specified primary key.</summary>
      <param name="action">The name of the action.</param>
      <param name="primaryKeyValues">The list of column values that make up the primary key.</param>
      <returns>The action path for the specified action and primary key.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetActionPath(System.String,System.Collections.Generic.IList{System.Object},System.String)">
      <summary>Appends query strings to the action path, based on the specified primary key and virtual path.</summary>
      <param name="action">The name of the action.</param>
      <param name="primaryKeyValues">The list of column values that make up the primary key.</param>
      <param name="path">The virtual path of the action.</param>
      <returns>The action path for the specified primary key and virtual path, with query-string values appended to it.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetActionPath(System.String,System.Object)">
      <summary>Returns the action path for the specified row by using the name of the action.</summary>
      <param name="action">The name of the action.</param>
      <param name="row">The row to get the action path for.</param>
      <returns>The action path for the specified row.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetActionPath(System.String,System.Object,System.String)">
      <summary>Returns the action path for the specified row by using the name of the action and the virtual path of the action.</summary>
      <param name="action">The name of the action.</param>
      <param name="row">An object that contains the row for the action path.</param>
      <param name="path">The virtual path of the action.</param>
      <returns>The action path for the specified row.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetActionPath(System.String,System.Web.Routing.RouteValueDictionary)">
      <summary>Returns the action path for the current table and for the specified action and routes.</summary>
      <param name="action">The name of the action.</param>
      <param name="routeValues">The list of routes for the action.</param>
      <returns>The action path for the specified action and routes.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetColumn(System.String)">
      <summary>Returns the metadata for the specified column.</summary>
      <param name="columnName">The name of the column to get metadata for.</param>
      <returns>The column metadata. </returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetColumnValuesFromRoute(System.Web.HttpContext)">
      <summary>Gets the collection of column values.</summary>
      <param name="context">The context for the specified Web request.</param>
      <returns>The collection of column values.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetDataKeyFromRoute">
      <summary>Retrieves the primary key of the entity from the route values.</summary>
      <returns>The primary-key values of the entities, if they are found; otherwise, <see langword="null" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetDisplayString(System.Object)">
      <summary>Returns the value to use as the display string for an instance of a row when the row is used in foreign-key relationships.</summary>
      <param name="row">The row to get the display string for.</param>
      <returns>The display name for an instance of a row.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetFilteredColumns">
      <summary>Retrieves a list of columns that are filterable.</summary>
      <returns>A list of columns that are filterable.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetPrimaryKeyDictionary(System.Object)">
      <summary>Retrieves a dictionary of primary-key names and values for the specified row.</summary>
      <param name="row">A row.</param>
      <returns>A dictionary of primary-key names and values.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetPrimaryKeyString(System.Collections.Generic.IList{System.Object})">
      <summary>Returns a comma-separated list of column values that represent the primary key for the specified row.</summary>
      <param name="primaryKeyValues">The list of column values that make up the primary key.</param>
      <returns>A comma-separated list of column values. If the list is empty, an empty string is returned.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetPrimaryKeyString(System.Object)">
      <summary>Returns a comma-separated list of column values that represent the primary key for the specified row.</summary>
      <param name="row">The row to get the primary key for.</param>
      <returns>A comma-separated list of column values that represent the primary key for the row.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetPrimaryKeyValues(System.Object)">
      <summary>Returns a collection of column values that represent the primary key for the specified row.</summary>
      <param name="row">The row to get the primary key for.</param>
      <returns>A collection of column values that represent the primary key for the row.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetQuery">
      <summary>Returns the <see cref="T:System.Linq.IQueryable" /> instance for the entity type that represents the table.</summary>
      <returns>The <see cref="T:System.Linq.IQueryable" /> instance for the entity type.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetQuery(System.Object)">
      <summary>Returns the <see cref="T:System.Linq.IQueryable" /> instance for the entity type that represents the table by using the data context.</summary>
      <param name="context">The context of the <see cref="T:System.Web.DynamicData.MetaTable" /> object.</param>
      <returns>The <see cref="T:System.Linq.IQueryable" /> instance for the entity type that represents the table in the data context.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetScaffoldColumns(System.Web.UI.WebControls.DataBoundControlMode,System.Web.DynamicData.ContainerType)">
      <summary>Returns a list of columns to display by using scaffolding.</summary>
      <param name="mode">The data-bound control mode.</param>
      <param name="containerType">A value that indicates whether the table is displayed as an individual entity or as part of a list of entities.</param>
      <returns>A list of columns to display by using scaffolding.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.GetTable(System.Type)">
      <summary>Retrieves the metatable that is associated with the specified type.</summary>
      <param name="entityType">The type of the entity.</param>
      <returns>The metatable that is associated with the specified type.</returns>
      <exception cref="T:System.InvalidOperationException">The <see cref="M:System.Web.DynamicData.MetaTable.TryGetTable(System.Type,System.Web.DynamicData.MetaTable@)" /> method that was called by this method returned <see langword="false" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.Initialize">
      <summary>Initializes data that may not be available when the constructor is called.</summary>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.ResetMetadata">
      <summary>Resets the cached metadata for the table.</summary>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.ToString">
      <summary>Returns the name of the table.</summary>
      <returns>The name of the table.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.TryGetColumn(System.String,System.Web.DynamicData.MetaColumn@)">
      <summary>Returns a value that indicates whether a specified column can be found.</summary>
      <param name="columnName">The name of the column to find.</param>
      <param name="column">When this method returns, contains the <see langword="MetaColumn" /> object for <paramref name="columnName" />. This parameter is passed uninitialized.</param>
      <returns>
          <see langword="true" /> if the specified column can be found; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.MetaTable.TryGetTable(System.Type,System.Web.DynamicData.MetaTable@)">
      <summary>Retrieves the metatable that is associated with the specified type and table.</summary>
      <param name="entityType">The type of the entity.</param>
      <param name="table">When this method returns, contains the metatable that is associated with the specified type. This parameter is passed uninitialized.</param>
      <returns>The metatable that is associated with the given specified and table.</returns>
      <exception cref="T:System.ArgumentNullException">
              <paramref name="entityType" /> is <see langword="null" />.</exception>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.AssociationProvider.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.ModelProviders.AssociationProvider" /> class for use by an inherited class instance. This constructor can only be called by an inherited class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.AssociationProvider.GetSortExpression(System.Web.DynamicData.ModelProviders.ColumnProvider)">
      <summary>Returns the sort expression for the column that is represented by the association. </summary>
      <param name="sortColumn">The column to sort the entity by.</param>
      <returns>If <see cref="P:System.Web.DynamicData.ModelProviders.ColumnProvider.IsSortable" /> returns <see langword="true" />, the sort expression for the column that is represented by the association; otherwise, <see langword="null" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.ColumnProvider.#ctor(System.Web.DynamicData.ModelProviders.TableProvider)">
      <summary>Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class.</summary>
      <param name="table">The table that contains the column.</param>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.ColumnProvider.AddDefaultAttributes(System.Web.DynamicData.ModelProviders.ColumnProvider,System.ComponentModel.AttributeCollection)">
      <summary>Adds default attributes.</summary>
      <param name="columnProvider">The column provider.</param>
      <param name="attributes">The attribute collection.</param>
      <returns>The attribute collection.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.ColumnProvider.ToString">
      <summary>Returns the <see cref="P:System.Web.DynamicData.ModelProviders.ColumnProvider.Name" /> property.</summary>
      <returns>The <see cref="P:System.Web.DynamicData.ModelProviders.ColumnProvider.Name" /> property, or the string representation of the object if the <see cref="P:System.Web.DynamicData.ModelProviders.ColumnProvider.Name" /> property is <see langword="null" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.DataModelProvider.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.ModelProviders.DataModelProvider" /> class for use by an inherited class instance. This constructor can only be called by an inherited class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.DataModelProvider.CreateContext">
      <summary>When overridden in a derived class, creates an instance of the data context.</summary>
      <returns>An instance of the data context.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.#ctor(System.Web.DynamicData.ModelProviders.DataModelProvider)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.ModelProviders.TableProvider" /> class for use by an inherited class instance. This constructor can only be called by an inherited class.</summary>
      <param name="model">The model that the table belongs to.</param>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.CanDelete(System.Security.Principal.IPrincipal)">
      <summary>Gets a value that indicates whether the user is allowed to delete items from the table.</summary>
      <param name="principal">The user.</param>
      <returns>
          <see langword="true" /> if the user is allowed to delete items from the table; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.CanInsert(System.Security.Principal.IPrincipal)">
      <summary>Gets a value that indicates whether the user is allowed to insert items into the table.</summary>
      <param name="principal">The user.</param>
      <returns>
          <see langword="true" /> if the user is allowed to insert items into the table; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.CanRead(System.Security.Principal.IPrincipal)">
      <summary>Gets a value that indicates whether the user is allowed to read items in the table.</summary>
      <param name="principal">The user.</param>
      <returns>
          <see langword="true" /> if the user is allowed to read items in the table; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.CanUpdate(System.Security.Principal.IPrincipal)">
      <summary>Gets a value that indicates whether the user is allowed to update items in the table.</summary>
      <param name="principal">The user.</param>
      <returns>
          <see langword="true" /> if the user is allowed to update items in the table; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.EvaluateForeignKey(System.Object,System.String)">
      <summary>Returns the value of a foreign key for the specified row.</summary>
      <param name="row">The row to get the foreign-key value for.</param>
      <param name="foreignKeyName">The name of the foreign-key column.</param>
      <returns>The foreign key.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.GetQuery(System.Object)">
      <summary>When overridden in a derived class, returns the <see cref="T:System.Linq.IQueryable" /> object that in turn returns the elements of the table.</summary>
      <param name="context">The data context for the table.</param>
      <returns>An <see cref="T:System.Linq.IQueryable" /> object that returns the elements of the table.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.GetTypeDescriptor">
      <summary>Gets the type descriptor for the table.</summary>
      <returns>The type descriptor for the table.</returns>
    </member>
    <member name="M:System.Web.DynamicData.ModelProviders.TableProvider.ToString">
      <summary>Returns the <see cref="P:System.Web.DynamicData.ModelProviders.TableProvider.Name" /> property of the <see cref="T:System.Web.DynamicData.ModelProviders.TableProvider" /> instance.</summary>
      <returns>The name of the <see cref="T:System.Web.DynamicData.ModelProviders.TableProvider" /> instance. If the <see cref="P:System.Web.DynamicData.ModelProviders.TableProvider.Name" /> property is <see langword="null" />, the base class <see langword="Name" /> property is returned. </returns>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterRepeater.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.QueryableFilterRepeater" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterRepeater.OnPreRender(System.EventArgs)">
      <summary>Verifies whether the control contains data field filters.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterRepeater.System#Web#DynamicData#IFilterExpressionProvider#GetQueryable(System.Linq.IQueryable)">
      <summary>
          Gets the modified query using the current filter value.</summary>
      <param name="source">The data source query.</param>
      <returns>The filter.</returns>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterRepeater.System#Web#DynamicData#IFilterExpressionProvider#Initialize(System.Web.UI.WebControls.IQueryableDataSource)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.QueryableFilterRepeater" /> class. </summary>
      <param name="dataSource">The data source.</param>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterUserControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.QueryableFilterUserControl" /> class.</summary>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterUserControl.ApplyEqualityFilter(System.Linq.IQueryable,System.String,System.Object)">
      <summary>Gets the transformed <see cref="T:System.Linq.IQueryable" /> object from the source <see cref="T:System.Linq.IQueryable" /> object.</summary>
      <param name="source">The source <see cref="T:System.Linq.IQueryable" /> object.</param>
      <param name="propertyName">The name of the property.</param>
      <param name="value">The value for the <paramref name="propertyName" /> parameter.</param>
      <returns>The transformed <see cref="T:System.Linq.IQueryable" /> object from the source <see cref="T:System.Linq.IQueryable" /> object.</returns>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterUserControl.GetQueryable(System.Linq.IQueryable)">
      <summary>Gets the transformed <see cref="T:System.Linq.IQueryable" /> object from the source <see cref="T:System.Linq.IQueryable" /> object.</summary>
      <param name="source">The source <see cref="T:System.Linq.IQueryable" /> object.</param>
      <returns>The transformed <see cref="T:System.Linq.IQueryable" /> object from the source <see cref="T:System.Linq.IQueryable" /> object.</returns>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterUserControl.OnFilterChanged">
      <summary>Raises the <see cref="E:System.Web.DynamicData.QueryableFilterUserControl.FilterChanged" /> event.</summary>
    </member>
    <member name="M:System.Web.DynamicData.QueryableFilterUserControl.PopulateListControl(System.Web.UI.WebControls.ListControl)">
      <summary>Populates a list control with all the foreign-key elements or Boolean elements in the table.</summary>
      <param name="listControl">A list control.</param>
    </member>
    <member name="M:System.Web.DynamicData.TableNameAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.Web.DynamicData.TableNameAttribute" /> class with the specified name for the table.</summary>
      <param name="name">The name that the table will display.</param>
    </member>
    <member name="M:System.Web.UI.DataControlExtensions.EnableDynamicData(System.Web.UI.INamingContainer,System.Type)">
      <summary>Enables Dynamic Data behavior for the specified data control.</summary>
      <param name="control">The data control to enable Dynamic Data behavior for.</param>
      <param name="entityType">The type to use for metadata.</param>
    </member>
    <member name="M:System.Web.UI.DataControlExtensions.EnableDynamicData(System.Web.UI.INamingContainer,System.Type,System.Collections.Generic.IDictionary{System.String,System.Object})">
      <summary>Enables Dynamic Data behavior for the specified data control.</summary>
      <param name="control">The data control to enable Dynamic Data behavior for.</param>
      <param name="entityType">The type to use for metadata.</param>
      <param name="defaultValues">The default values to use with the <see cref="T:System.Web.UI.INamingContainer" /> object.</param>
    </member>
    <member name="M:System.Web.UI.DataControlExtensions.EnableDynamicData(System.Web.UI.INamingContainer,System.Type,System.Object)">
      <summary>Enables Dynamic Data behavior for the specified data control.</summary>
      <param name="control">The data control to enable Dynamic Data behavior for.</param>
      <param name="entityType">The type that represents the table to display.</param>
      <param name="defaults">The default values to use with the <see cref="T:System.Web.UI.INamingContainer" /> object.</param>
    </member>
    <member name="P:System.Web.DynamicData.ContextConfiguration.MetadataProviderFactory">
      <summary>Gets or sets the metadata provider. </summary>
      <returns>The type of the metadata provider. </returns>
    </member>
    <member name="P:System.Web.DynamicData.ContextConfiguration.ScaffoldAllTables">
      <summary>Gets or sets a value that indicates whether scaffolding is enabled.</summary>
      <returns>
          <see langword="true" /> if scaffolding is enabled; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ControlFilterExpression.Column">
      <summary>Gets or sets the name of the column that the query is based on.</summary>
      <returns>The name of the column that the query is based on.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ControlFilterExpression.ControlID">
      <summary>Gets or sets the ID of the source data-bound control. </summary>
      <returns>The ID of the source data-bound control. </returns>
    </member>
    <member name="P:System.Web.DynamicData.DataControlReference.ControlID">
      <summary>Gets the ID of the data-bound control that is managed by the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control.</summary>
      <returns>The ID of the data-bound control that is managed by the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DataControlReference.Owner">
      <summary>Gets the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control that contains the data control.</summary>
      <returns>The <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control that contains the data control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DataControlReferenceCollection.Owner">
      <summary>Gets the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control that contains the data control. </summary>
      <returns>The <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control that contains the data control. </returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.ApplyFormatInEditMode">
      <summary>Gets or sets a value that indicates whether the formatting string specified by the <see cref="P:System.Web.DynamicData.DynamicControl.DataFormatString" /> property is applied to field values when the field is in edit mode.</summary>
      <returns>
          <see langword="true" /> if the formatting string is applied; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.Column">
      <summary>Gets or sets the column object that is associated with the control.</summary>
      <returns>The column object that is associated with the control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.ConvertEmptyStringToNull">
      <summary>Gets or sets a value that indicates whether empty string values ("") are automatically converted to null values when the data field is updated in the data source.</summary>
      <returns>
          <see langword="true" /> if empty string values are automatically converted to null values; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.CssClass">
      <summary>Gets or sets the Cascading Style Sheet (CSS) class that specifies the display styles for the <see cref="T:System.Web.DynamicData.DynamicControl" /> control content.</summary>
      <returns>The name of the CSS class.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.DataField">
      <summary>Gets or sets the name of the data field that the <see cref="T:System.Web.DynamicData.DynamicControl" /> control is bound to.</summary>
      <returns>The name of the data field to bind the <see cref="T:System.Web.DynamicData.DynamicControl" /> control to. The default is an empty string (""), which indicates that this property is not set.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.DataFormatString">
      <summary>Gets or sets a string that specifies the display format for the value of the field.</summary>
      <returns>A formatting string that specifies the display format for the value of the field. The default is an empty string (""), which indicates that no special formatting is applied to the field value.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.FieldTemplate">
      <summary>Gets the field template that is created for the <see cref="T:System.Web.DynamicData.DynamicControl" /> control. </summary>
      <returns>The field template that is created for the <see cref="T:System.Web.DynamicData.DynamicControl" /> control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.HtmlEncode">
      <summary>Gets or sets a value that indicates whether the data for the control is HTML-encoded before rendering.</summary>
      <returns>
          <see langword="true" /> if the data for the control is HTML-encoded before rendering; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.Mode">
      <summary>Gets or sets the rendering mode.</summary>
      <returns>One of the enumeration values that specifies the rendering mode for the control. The default is <see cref="F:System.Web.UI.WebControls.DataBoundControlMode.ReadOnly" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.NullDisplayText">
      <summary>Gets or sets the caption that is displayed for a data field when the field value is <see langword="null" />.</summary>
      <returns>The caption that is displayed for a data field when the field value is <see langword="null" />. The default is an empty string (""), which indicates that this property is not set.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.System#Web#DynamicData#IFieldTemplateHost#FormattingOptions">
      <summary>For a description of this member, see <see cref="P:System.Web.DynamicData.IFieldTemplateHost.FormattingOptions" />.</summary>
      <returns>The formatting options to be applied to the field template.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.Table">
      <summary>Gets the table object that is associated with the control.</summary>
      <returns>The table object that is associated with the control.</returns>
      <exception cref="T:System.Exception">The <see cref="T:System.Web.DynamicData.DynamicControl" /> control is inside a data-bound control that is not bound to a data source control that implements the <see cref="T:System.Web.DynamicData.IDynamicDataSource" /> interface.</exception>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.UIHint">
      <summary>Gets or sets the name of the field template that is used to render the data field.</summary>
      <returns>The name of the field template that is used to render the data field. The default is an empty string (""), which indicates that the field template will be rendered based on the data field type or on metadata information applied to the data model.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControl.ValidationGroup">
      <summary>Gets or sets the validation group name for the control.</summary>
      <returns>The validation group name for the control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicControlParameter.ControlId">
      <summary>Gets or sets the unique identifier of the control that the <see cref="T:System.Web.DynamicData.DynamicControlParameter" /> object binds to.</summary>
      <returns>The unique identifier of the control from which the <see cref="T:System.Web.DynamicData.DynamicControlParameter" /> object gets its data.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataManager.AutoLoadForeignKeys">
      <summary>Gets or sets a value that indicates whether foreign keys are automatically loaded for a LINQ-to-SQL data context.</summary>
      <returns>
          <see langword="true" /> if foreign keys are automatically loaded; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataManager.ClientID">
      <summary>Gets the <see cref="P:System.Web.UI.Control.ClientID" /> property that is generated by ASP.NET. </summary>
      <returns>The <see cref="P:System.Web.UI.Control.ClientID" /> property that is generated by ASP.NET. </returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataManager.ClientIDMode">
      <summary>Gets the algorithm that is used to generate the value in the <see cref="P:System.Web.UI.Control.ClientID" /> property.</summary>
      <returns>A value that indicates how the <see cref="P:System.Web.UI.Control.ClientID" /> property is generated. This property cannot be set.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataManager.DataControls">
      <summary>Gets the list of data-control references in the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control.</summary>
      <returns>The list of data-control references in the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataManager.Visible">
      <summary>Gets a value that indicates whether the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> control is visible. </summary>
      <returns>
          <see langword="true" /> if the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> is visible; otherwise <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataRoute.Action">
      <summary>Gets or sets the name of an action for a route.</summary>
      <returns>The action name for a route.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataRoute.Model">
      <summary>Gets or sets the data model to which the route applies.</summary>
      <returns>The data-model metadata that the route applies to. </returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataRoute.RouteHandler">
      <summary>Gets or sets the object that processes requests for the route.</summary>
      <returns>The handler that is used to process requests for the route.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataRoute.Table">
      <summary>Gets or sets the name of the table for the route.</summary>
      <returns>The name of the table that is associated with the route.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataRoute.ViewName">
      <summary>Gets or sets the name of the .aspx page that is associated with a route.</summary>
      <returns>The name of the .aspx page that is associated with the route. If no page is specified for the route, the property returns the value of the <see cref="P:System.Web.DynamicData.DynamicDataRoute.Action" /> property with ".aspx" appended to it.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicDataRouteHandler.Model">
      <summary>Gets or sets the <see cref="T:System.Web.DynamicData.MetaModel" /> object that the <see cref="T:System.Web.DynamicData.DynamicDataRouteHandler" /> class is associated with.</summary>
      <returns>The data model that the <see cref="T:System.Web.DynamicData.DynamicDataRouteHandler" /> class is associated with.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicEntity.Mode">
      <summary>Gets or sets the <see cref="T:System.Web.UI.WebControls.DataBoundControlMode" /> value for the <see cref="T:System.Web.DynamicData.DynamicEntity" /> control. </summary>
      <returns>The mode.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicEntity.UIHint">
      <summary>Gets or sets the <see cref="T:System.ComponentModel.DataAnnotations.UIHintAttribute" /> attribute for the entity.</summary>
      <returns>The <see cref="T:System.ComponentModel.DataAnnotations.UIHintAttribute" /> attribute for the entity.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicEntity.ValidationGroup">
      <summary>Gets or sets the validation group for the <see cref="T:System.Web.DynamicData.DynamicEntity" /> control.</summary>
      <returns>The validation group.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.ApplyFormatInEditMode">
      <summary>Gets or sets a value that indicates whether the formatted string that is specified by the <see cref="P:System.Web.DynamicData.DynamicField.DataFormatString" /> property is applied to field value when the data field is in edit mode.</summary>
      <returns>
          <see langword="true" /> if the <see cref="T:System.Web.DynamicData.DynamicField" /> applies formatting in edit mode; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.Column">
      <summary>Gets the <see cref="T:System.Web.DynamicData.MetaColumn" /> object that this <see cref="T:System.Web.DynamicData.DynamicField" /> object is associated with.</summary>
      <returns>The meta column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.ConvertEmptyStringToNull">
      <summary>Gets or sets a value that indicates whether empty string values ("") are automatically converted to null values when the data field is updated in the data source.</summary>
      <returns>
          <see langword="true" /> to automatically convert empty string values to null values; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.DataField">
      <summary>Gets or sets the name of the data field to bind the <see cref="T:System.Web.DynamicData.DynamicField" /> object to.</summary>
      <returns>The name of the data field that the <see cref="T:System.Web.DynamicData.DynamicField" /> object is bound to.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.DataFormatString">
      <summary>Gets or sets the string that specifies the display format for the value of the data field.</summary>
      <returns>A formatting string that specifies the display format for the value of the data field. The default is an empty string (""), which indicates that no special formatting is applied to the value.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.HeaderText">
      <summary>Gets or sets the text that is displayed in the header of the data-bound control that contains the <see cref="T:System.Web.DynamicData.DynamicField" /> object.</summary>
      <returns>The text that is displayed in the header of the data-bound control that contains the <see cref="T:System.Web.DynamicData.DynamicField" /> object. </returns>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Web.DynamicData.DynamicField" /> object is inside a data-bound control that is not bound to a data source control that implements the <see cref="T:System.Web.DynamicData.IDynamicDataSource" /> interface.</exception>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.HtmlEncode">
      <summary>Gets or sets a value that indicates whether data field values are HTML-encoded before they are displayed in a <see cref="T:System.Web.DynamicData.DynamicField" /> object.</summary>
      <returns>
          <see langword="true" /> if field values are HTML-encoded before they are displayed; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.NullDisplayText">
      <summary>Gets or sets the caption that is displayed for a data field when the field value is <see langword="null" />.</summary>
      <returns>The caption that is displayed for a data field when the field value is <see langword="null" />. The default is an empty string (""), which indicates that this property is not set.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.ReadOnly">
      <summary>Gets the read-only state of the dynamic field.</summary>
      <returns>The read-only state of the dynamic field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.SortExpression">
      <summary>Gets or sets the sort expression that is used when the data field is used to sort the data source by.</summary>
      <returns>The sort expression that is used when the data field is used to sort the data source by. </returns>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Web.DynamicData.DynamicField" /> object is inside a data-bound control that is not bound to a data source control that implements the <see cref="T:System.Web.DynamicData.IDynamicDataSource" /> interface.</exception>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.UIHint">
      <summary>Gets or sets the field template to use for displaying the data field.</summary>
      <returns>The name of the field template to use for displaying the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.ValidateRequestMode">
      <summary>Gets or sets a value that specifies whether the control validates client input.</summary>
      <returns>
          <see langword="true" /> if the control validates client input; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicField.ValidationGroup">
      <summary>Gets the <see cref="P:System.Web.DynamicData.DynamicControl.ValidationGroup" /> object that this <see cref="T:System.Web.DynamicData.DynamicField" /> object is associated with.</summary>
      <returns>The name of the validation group to which this validation control belongs. The default is an empty string (""), which indicates that this property is not set.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicFilter.Column">
      <summary>Gets or sets the table column to use for filtering.</summary>
      <returns>The table column to use for filtering.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicFilter.DataField">
      <summary>Gets or sets the name of the column to use for table row filtering.</summary>
      <returns>The name of the column used for table row filtering.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicFilter.FilterTemplate">
      <summary>Gets the filter template that is associated with the current instance of this control.</summary>
      <returns>The filter template that is associated with the current instance of this control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicFilter.FilterUIHint">
      <summary>Gets or sets the name of the filter template that is used to create the UI.</summary>
      <returns>The name of the filter template.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicFilterExpression.ControlID">
      <summary>Gets or sets the filter control identifier.</summary>
      <returns>The filter control identifier.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicHyperLink.Action">
      <summary>Gets or sets the action that is associated with the link.</summary>
      <returns>The action that is associated with the link.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicHyperLink.ContextTypeName">
      <summary>Gets or sets the data context for the data model that the link applies to.</summary>
      <returns>The data context that applies to the link.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicHyperLink.DataField">
      <summary>Gets or sets the link display text.</summary>
      <returns>The link display text.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicHyperLink.TableName">
      <summary>Gets or sets the table for the link action.</summary>
      <returns>The name of the table for the link action.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicRouteExpression.ColumnName">
      <summary>Gets or sets the name of a column that contains a foreign key that is used to query the data source.</summary>
      <returns>The name of the foreign-key column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicValidator.Column">
      <summary>Gets or sets the column to validate.</summary>
      <returns>The column to validate, or <see langword="null" /> if a data entity is validated.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicValidator.ColumnName">
      <summary>Gets the name of the column to validate.</summary>
      <returns>The name of the column to validate, or <see langword="null" /> if a data entity is validated.</returns>
    </member>
    <member name="P:System.Web.DynamicData.DynamicValidator.ValidationException">
      <summary>Gets or sets validation exception that occurs during validation.</summary>
      <returns>The validation exception that is thrown. </returns>
    </member>
    <member name="P:System.Web.DynamicData.EntityTemplate.ItemTemplate">
      <summary>Gets or sets the custom content for the data item in a <see cref="T:System.Web.DynamicData.EntityTemplate" /> control.</summary>
      <returns>The custom content for the data item in a <see cref="T:System.Web.DynamicData.EntityTemplate" /> control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.EntityTemplateUserControl.ContainerType">
      <summary>Gets the type of the data-bound control that contains this entity template.</summary>
      <returns>The type that contains the template.</returns>
    </member>
    <member name="P:System.Web.DynamicData.EntityTemplateUserControl.Mode">
      <summary>Gets the data-rendering mode for the entity. </summary>
      <returns>The data-rendering mode for the entity.</returns>
    </member>
    <member name="P:System.Web.DynamicData.EntityTemplateUserControl.Table">
      <summary>Gets the table that the entity template applies to.</summary>
      <returns>The table that the entity template applies to.</returns>
    </member>
    <member name="P:System.Web.DynamicData.EntityTemplateUserControl.ValidationGroup">
      <summary>Gets the validation to apply to the entity control group.</summary>
      <returns>The validation to apply to the entity control group.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateFactory.Model">
      <summary>Gets or sets the <see cref="T:System.Web.DynamicData.MetaModel" /> that is associated with the <see cref="T:System.Web.DynamicData.FieldTemplateFactory" /> class </summary>
      <returns>The model that is associated with the <see cref="T:System.Web.DynamicData.FieldTemplateFactory" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateFactory.TemplateFolderVirtualPath">
      <summary>Gets or sets the folder in which to create a field template. </summary>
      <returns> The path to the folder that contains the field templates.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.ChildrenColumn">
      <summary>Gets the <see cref="T:System.Web.DynamicData.MetaChildrenColumn" /> object associated with a field template. </summary>
      <returns>A column that represents a one-to-many relationship.</returns>
      <exception cref="T:System.ArgumentNullException">
              <see cref="P:System.Web.DynamicData.FieldTemplateUserControl.ChildrenColumn" /> is <see langword="null" />.</exception>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.ChildrenPath">
      <summary>Gets the URL that links to a page that displays a list of children entities. </summary>
      <returns>The URL that links the displayed page to the children entities. </returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.Column">
      <summary>Gets the <see cref="T:System.Web.DynamicData.MetaColumn" /> associated with a field template. </summary>
      <returns>An object that represents a database column. </returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.ContainerType">
      <summary>Gets the type of the data-bound control that contains the <see cref="T:System.Web.DynamicData.FieldTemplateUserControl" /> class.</summary>
      <returns>The container control type.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.DataControl">
      <summary>Gets the data control that handles the data field in a field template.</summary>
      <returns>A data control that handles the data field in a field template.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.FieldValue">
      <summary>Gets or sets the value of a column in a current row.</summary>
      <returns>An object that represents the value of the column in the current row.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.FieldValueEditString">
      <summary>Gets the string representation of the value of a column in the current row when the row is in edit mode. </summary>
      <returns>The value of the column in the row that is edited. </returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.FieldValueString">
      <summary>Gets the formatted string representation of the value of a column in the current row.</summary>
      <returns>The formatted value of the column in the current row.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.ForeignKeyColumn">
      <summary>Gets the <see cref="T:System.Web.DynamicData.MetaForeignKeyColumn" /> that is associated with a foreign key column. </summary>
      <returns>A column that represents a many-to-one relationship.</returns>
      <exception cref="T:System.Exception">If the <see cref="T:System.Web.DynamicData.MetaForeignKeyColumn" /> is not a foreign key column.</exception>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.ForeignKeyPath">
      <summary>Get the URL that links the current page to the page that displays the details of the foreign key entity. </summary>
      <returns>The URL that links to the details of the foreign key data.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.FormattingOptions">
      <summary>Gets or sets the HTML encoding and formatting options to apply to a field template. </summary>
      <returns>The interface that exposes the HTML encoding and formatting options to apply to a field template.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.Host">
      <summary>Gets or sets the host that provides context to this <see cref="T:System.Web.DynamicData.FieldTemplateUserControl" /> class. </summary>
      <returns>The object that provides context to this field template class.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.MetadataAttributes">
      <summary>Gets the collection of metadata attributes that apply to the current column.</summary>
      <returns>The collection of metadata attributes that apply to the column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.Mode">
      <summary>Gets the mode a field template uses.</summary>
      <returns>The current mode of the field template. </returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.Row">
      <summary>Gets the current data row object.</summary>
      <returns>The current data row object.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FieldTemplateUserControl.Table">
      <summary>Gets the <see cref="T:System.Web.DynamicData.MetaTable" /> that a column of a field template belongs to.</summary>
      <returns>The table that the column that is associated with the field template belongs to. </returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterRepeater.ContextTypeName">
      <summary>Gets or sets the name of the data-source object to use to retrieve the data. </summary>
      <returns>The name of the data source object to use to retrieve the data.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterRepeater.DynamicFilterContainerId">
      <summary>Gets or sets the ID of the <see cref="T:System.Web.DynamicData.FilterRepeater" /> control in an <see cref="P:System.Web.UI.WebControls.TemplateColumn.ItemTemplate" /> instance.</summary>
      <returns>The ID of the control used to display the filter UI in the <see cref="P:System.Web.UI.WebControls.TemplateColumn.ItemTemplate" /> instance, if an ID is specified; otherwise, "DynamicFilter".</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterRepeater.Table">
      <summary>Gets the table that is associated with the <see cref="T:System.Web.DynamicData.FilterRepeater" /> control.</summary>
      <returns>The table that is associated with the <see cref="T:System.Web.DynamicData.FilterRepeater" /> control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterRepeater.TableName">
      <summary>Gets the name of the table to filter.</summary>
      <returns>The name of the table to filter.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterRepeater.Visible">
      <summary>Gets or sets a value that specifies whether the control is displayed.</summary>
      <returns>
          <see langword="true" /> if the control is displayed; otherwise <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.Column">
      <summary>Gets the column a filter applies to.</summary>
      <returns>The column a filter applies to.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.ContextTypeName">
      <summary>Gets or sets the type of context that a table or data column is part of.</summary>
      <returns>The name of the data source object to use to retrieve the data.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.DataField">
      <summary>Gets or sets the name of the column to filter.</summary>
      <returns>The name of the column to filter.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.InitialValue">
      <summary>Gets the initial value of the filter when the filter is populated.</summary>
      <returns>The initial value of the filter.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.SelectedDataKey">
      <summary>Gets the data key for the selected item.</summary>
      <returns>The key of the selected item.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.SelectedValue">
      <summary>Gets the selected value in a drop-down list box control.</summary>
      <returns>The currently selected value in a drop-down list box control.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.System#Web#DynamicData#IControlParameterTarget#FilteredColumn">
      <summary>Gets the data column that is filtered.</summary>
      <returns>The data column that is filtered.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.System#Web#DynamicData#IControlParameterTarget#Table">
      <summary>Gets the table that is filtered.</summary>
      <returns>The table that was filtered.</returns>
    </member>
    <member name="P:System.Web.DynamicData.FilterUserControlBase.TableName">
      <summary>Gets or sets the name of the data table that is used by the filter.</summary>
      <returns>The name of the data table that is used by the filter.</returns>
    </member>
    <member name="P:System.Web.DynamicData.IControlParameterTarget.FilteredColumn">
      <summary>Gets the column to which the parameter is being applied, if available.</summary>
      <returns>The column to which the parameter is being applied, if available.</returns>
    </member>
    <member name="P:System.Web.DynamicData.IControlParameterTarget.Table">
      <summary>Gets the type of the data that is being served by this provider.</summary>
      <returns>The type of the data that is being served by this provider.</returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldFormattingOptions.ApplyFormatInEditMode">
      <summary>Gets a value that indicates whether the formatting string that is specified by the <see cref="P:System.Web.DynamicData.IFieldFormattingOptions.DataFormatString" /> property is applied to field values when the field is in edit mode.</summary>
      <returns>
          <see langword="true" /> if the formatting string is applied in edit mode; otherwise, <see langword="false" />. </returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldFormattingOptions.ConvertEmptyStringToNull">
      <summary>Gets a value that indicates whether empty string values ("") are automatically converted to <see langword="null" /> values when the data field is updated in the data source.</summary>
      <returns>
          <see langword="true" /> if empty string values are automatically converted to null values; otherwise, <see langword="false" />. </returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldFormattingOptions.DataFormatString">
      <summary>Gets a string that specifies the display format for the value of the field.</summary>
      <returns>A formatting string that specifies the display format for the value of the field. </returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldFormattingOptions.HtmlEncode">
      <summary>Gets a value that indicates whether the data for the control is HTML-encoded before it is rendered.</summary>
      <returns>
          <see langword="true" /> if the data for the control is HTML-encoded before it is rendered; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldFormattingOptions.NullDisplayText">
      <summary>Gets the caption that is displayed for a field when the field value is <see langword="null" />.</summary>
      <returns>The caption that is displayed for a field when the field value is <see langword="null" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldTemplateHost.Column">
      <summary>Gets the column that the field template is associated with.</summary>
      <returns>The column that the field template is associated with.</returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldTemplateHost.FormattingOptions">
      <summary>Gets the formatting options that will be applied to the field template.</summary>
      <returns>The formatting options that will be applied to the field template.</returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldTemplateHost.Mode">
      <summary>Gets the rendering mode for the field template.</summary>
      <returns>One of the enumeration values that specifies the rendering mode for the field template.</returns>
    </member>
    <member name="P:System.Web.DynamicData.IFieldTemplateHost.ValidationGroup">
      <summary>Gets the validation group name for the field template. </summary>
      <returns>The validation group name for the field template.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaChildrenColumn.ChildTable">
      <summary>Gets an object that represents the child table of the one-to-many relationship.</summary>
      <returns>An object that represents the child table of the one-to-many relationship.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaChildrenColumn.ColumnInOtherTable">
      <summary>Gets an object that represents the foreign-key field in the child table.</summary>
      <returns>An object that represents the foreign-key field in the child table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaChildrenColumn.IsManyToMany">
      <summary>Gets a value that indicates the many-to-many relationship status of the column.</summary>
      <returns>
          <see langword="true" /> if the column relationship is many-to-many; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.AllowInitialValue">
      <summary>Gets or sets a value that specifies whether a column enables a value to be inserted.</summary>
      <returns>
          <see langword="true" /> if the column enables a value to be inserted; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.ApplyFormatInEditMode">
      <summary>Gets a value that indicates whether the formatting string specified by the <see cref="P:System.Web.DynamicData.MetaColumn.DataFormatString" /> property is applied to field values when the data-bound control that contains the data field that is represented by the <see cref="T:System.Web.DynamicData.MetaColumn" /> object is in edit mode.</summary>
      <returns>
          <see langword="true" /> if the formatting string specified by the <see cref="P:System.Web.DynamicData.MetaColumn.DataFormatString" /> property is applied to field values when the data-bound control that contains the data field that is represented by the <see cref="T:System.Web.DynamicData.MetaColumn" /> object is in edit mode; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.Attributes">
      <summary>Gets the collection of metadata attributes that apply to the data field represented by the <see cref="T:System.Web.DynamicData.MetaColumn" /> object.</summary>
      <returns>The collection of metadata attributes that apply to the data field represented by the <see cref="T:System.Web.DynamicData.MetaColumn" /> object.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.ColumnType">
      <summary>Gets the data field type.</summary>
      <returns>The data field type.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.ConvertEmptyStringToNull">
      <summary>Gets a value that indicates whether empty string values ("") are automatically converted to <see langword="null" /> values when the data field is updated in the data source.</summary>
      <returns>
          <see langword="true" /> if empty string values are automatically converted to <see langword="null" /> values when the data field is updated in the data source; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.DataFormatString">
      <summary>Gets the string that specifies the display format for the field value.</summary>
      <returns>The string that specifies the display format for the field value.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.DataTypeAttribute">
      <summary>Gets the <see cref="T:System.ComponentModel.DataAnnotations.DataTypeAttribute" /> attribute that is applied to the data field.</summary>
      <returns>The <see cref="T:System.ComponentModel.DataAnnotations.DataTypeAttribute" /> attribute that is applied to the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.DefaultValue">
      <summary>Gets the default value for the data field.</summary>
      <returns>The default value for the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.Description">
      <summary>Gets the description for the data field.</summary>
      <returns>The description for the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.DisplayName">
      <summary>Gets the display name for the data field.</summary>
      <returns>The display name for the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.EntityTypeProperty">
      <summary>Gets an object that contains attributes of the property that represents the data field in the entity type.</summary>
      <returns>An object that contains attributes of the property that represents the data field in the entity type.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.FilterUIHint">
      <summary>Gets the <see cref="P:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.FilterUIHint" /> value that is used for the column.</summary>
      <returns>The <see cref="P:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.FilterUIHint" /> value that is used for the column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.HtmlEncode">
      <summary>Gets a value that indicates whether field values are HTML-encoded before they are displayed in a data-bound control.</summary>
      <returns>
          <see langword="true" /> in all cases.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsBinaryData">
      <summary>Gets a value that indicates whether the data field contains binary data.</summary>
      <returns>
          <see langword="true" /> if the data field contains binary data; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsCustomProperty">
      <summary>Gets a value that indicates whether the data field exists in the database.</summary>
      <returns>
          <see langword="true" /> if the data field does not exist in the database; otherwise, <see langword="false" />. </returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsFloatingPoint">
      <summary>Gets a value that indicates whether the data field is a floating-point type.</summary>
      <returns>
          <see langword="true" /> if the data field is a floating-point type; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsForeignKeyComponent">
      <summary>Gets a value that indicates whether the data field is part of a foreign key.</summary>
      <returns>
          <see langword="true" /> if the data field is part of a foreign key; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsGenerated">
      <summary>Gets a value that indicates whether the data field value is automatically generated in the database.</summary>
      <returns>
          <see langword="true" /> if the data field value is automatically generated in the database; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsInteger">
      <summary>Gets a value that indicates whether the data field type is an integer type.</summary>
      <returns>
          <see langword="true" /> if the data field type is an integer type; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsLongString">
      <summary>Gets a value that indicates whether the data field type can contain long strings.</summary>
      <returns>
          <see langword="true" /> if the data field type can contain long strings; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsPrimaryKey">
      <summary>Gets a value that indicates whether the data field is part of the table's primary key.</summary>
      <returns>
          <see langword="true" /> if the data field is part of the table's primary key; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsReadOnly">
      <summary>Gets a value that indicates whether the data field is read-only.</summary>
      <returns>
          <see langword="true" /> if the data field is read-only; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsRequired">
      <summary>Gets a value that indicates whether the data field requires a value.</summary>
      <returns>
          <see langword="true" /> if the data field requires a value; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.IsString">
      <summary>Gets a value that indicates whether the data field type is a string type.</summary>
      <returns>
          <see langword="true" /> if the data field type is a string type; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.MaxLength">
      <summary>Gets a value that indicates the maximum length of data that can be stored in the data field.</summary>
      <returns>The maximum length of data that can be stored in the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.Model">
      <summary>Gets the <see cref="T:System.Web.DynamicData.MetaModel" /> object that represents the data model that this data field belongs to.</summary>
      <returns>An object that represents the data model that this data field belongs to.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.Name">
      <summary>Gets the name of the data field.</summary>
      <returns>The name of the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.NullDisplayText">
      <summary>Gets the caption that is displayed for a field when the field's value is <see langword="null" />.</summary>
      <returns>The caption that is displayed for a field when the field's value is <see langword="null" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.Prompt">
      <summary>Gets a value that can be used as a watermark in the UI that is bound to data in the column.</summary>
      <returns>A value that can be used as a watermark in the UI that is bound to data in the column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.Provider">
      <summary>Gets the abstraction provider object that is used to generate the <see cref="T:System.Web.DynamicData.MetaColumn" /> object.</summary>
      <returns>The abstraction provider object that is used to generate the <see cref="T:System.Web.DynamicData.MetaColumn" /> object.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.RequiredErrorMessage">
      <summary>Gets the error message that is displayed when the data field requires a value but its value is empty.</summary>
      <returns>The error message that is displayed when the data field requires a value but its value is empty.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.Scaffold">
      <summary>Gets a value that indicates whether the data field should be displayed.</summary>
      <returns>
          <see langword="true" /> if the data field should be displayed; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.ShortDisplayName">
      <summary>Gets the short name for the column.</summary>
      <returns>The short name for the column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.SortExpression">
      <summary>Gets the expression that is used to determine the sort order for the data field.</summary>
      <returns>The expression that is used to determine the sort order for the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.Table">
      <summary>Gets the <see cref="T:System.Web.DynamicData.MetaTable" /> object that represents the table that the data field belongs to.</summary>
      <returns>An object that represents the table that the data field belongs to.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.TypeCode">
      <summary>Gets the type of the data field.</summary>
      <returns>The type of the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaColumn.UIHint">
      <summary>Gets the name of the field template specified for the data field.</summary>
      <returns>The name of the field template specified for the data field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaForeignKeyColumn.ForeignKeyNames">
      <summary>Gets a collection that contains the names of the foreign keys in the association that represents a database relationship.</summary>
      <returns>A collection that contains the names of the foreign keys.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaForeignKeyColumn.IsPrimaryKeyInThisTable">
      <summary>Gets a value that indicates whether the foreign-key field is part of the primary key of the table.</summary>
      <returns>
          <see langword="true" /> if the foreign-key field is part of the primary key of the table; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaForeignKeyColumn.ParentTable">
      <summary>Gets the parent table of the foreign-key field.</summary>
      <returns>The parent table of the foreign-key field.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaModel.Default">
      <summary>Gets the first instance of a data model that is created by the application.</summary>
      <returns>The data-model instance. </returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaModel.DynamicDataFolderVirtualPath">
      <summary>Gets or sets the virtual path of the DynamicData folder in the Web site.</summary>
      <returns>The virtual path of the DynamicData folder.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaModel.EntityTemplateFactory">
      <summary>Gets or sets the <see cref="T:System.Web.DynamicData.EntityTemplateFactory" /> object that is associated with the model.</summary>
      <returns>An instance of the <see cref="T:System.Web.DynamicData.EntityTemplateFactory" /> object that is associated with the model.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaModel.FieldTemplateFactory">
      <summary>Gets or sets a custom <see cref="T:System.Web.DynamicData.IFieldTemplateFactory" /> interface.</summary>
      <returns>The <see cref="T:System.Web.DynamicData.IFieldTemplateFactory" /> interface.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaModel.FilterFactory">
      <summary>Gets or sets the <see cref="T:System.Web.DynamicData.FilterFactory" /> object that is associated with the model.</summary>
      <returns>An instance of the <see cref="T:System.Web.DynamicData.FilterFactory" /> object that is associated with the model.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaModel.Tables">
      <summary>Gets a collection of all the tables that are part of the data model.</summary>
      <returns>A collection that contains the tables that belong to the data model.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaModel.VisibleTables">
      <summary>Gets a collection of the visible tables in the data model.</summary>
      <returns>A visible table refers to a table that has scaffolding enabled. This means that it is a table for which a List.aspx page exists.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.Attributes">
      <summary>Gets the attributes that are associated with the table.</summary>
      <returns>A collection that contains the attributes of the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.Columns">
      <summary>Gets the column collection for the table.</summary>
      <returns>A collection that contains the columns for the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.DataContextPropertyName">
      <summary>Gets the name of the table.</summary>
      <returns>The name of the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.DataContextType">
      <summary>Gets the type of the data context that is associated with the table.</summary>
      <returns>The type of the data context. </returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.DisplayColumn">
      <summary>Gets the column that is used to display values when entries in this table are used as parents in foreign-key relationships.</summary>
      <returns>The column that is used to display values when entries in this table are used as parents in foreign-key relationships.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.DisplayName">
      <summary>Gets the name of the table in a user-friendly format.</summary>
      <returns>The string that represents the user-friendly name of the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.EntityType">
      <summary>Gets the entity type that represents the table.</summary>
      <returns>The type that represents the entity.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.ForeignKeyColumnsNames">
      <summary>Gets a comma-separated list of foreign-key names.</summary>
      <returns>A comma-separated list of foreign-key names.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.HasPrimaryKey">
      <summary>Gets a value that indicates whether the table has a primary key.</summary>
      <returns>
          <see langword="true" /> if the table has a primary key; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.IsReadOnly">
      <summary>Gets a value that indicates whether the table is read-only.</summary>
      <returns>
          <see langword="true" /> if the table is read-only; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.ListActionPath">
      <summary>Gets the action path of the list action for the table.</summary>
      <returns>The action path of the list action for the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.Model">
      <summary>Gets the meta model that the table belongs to.</summary>
      <returns>The meta model that the table belongs to.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.Name">
      <summary>Gets the unique name of the table.</summary>
      <returns>The unique name of the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.PrimaryKeyColumns">
      <summary>Gets the collection of columns that define the primary key.</summary>
      <returns>A collection that contains the primary-key columns.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.Provider">
      <summary>Gets the provider for the table.</summary>
      <returns>The provider for the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.RootEntityType">
      <summary>Gets the root type of the entity's inheritance hierarchy.</summary>
      <returns>The root type of the entity's inheritance hierarchy.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.Scaffold">
      <summary>Gets or sets a value that indicates whether the table should be displayed.</summary>
      <returns>
          <see langword="true" /> if the table should be displayed; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.SortColumn">
      <summary>Gets the <see cref="T:System.Web.DynamicData.MetaColumn" /> value that the table is sorted by.</summary>
      <returns>The column that the table is sorted by.</returns>
    </member>
    <member name="P:System.Web.DynamicData.MetaTable.SortDescending">
      <summary>Gets a value that indicates whether entries are sorted in descending order when they are used as parents in a foreign-key relationship.</summary>
      <returns>
          <see langword="true" /> if entries are sorted in descending order; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.AssociationProvider.Direction">
      <summary>Gets or sets the type of the association.</summary>
      <returns>The type of the association.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.AssociationProvider.ForeignKeyNames">
      <summary>Gets or sets the names of the foreign keys that make up this association.</summary>
      <returns>The names of the foreign keys that make up this association.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.AssociationProvider.FromColumn">
      <summary>Gets or sets the source column of the association.</summary>
      <returns>The source column of the association.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.AssociationProvider.IsPrimaryKeyInThisTable">
      <summary>Gets or sets a value that indicates whether the From column part of the primary key is in the table.</summary>
      <returns>
          <see langword="true" /> if the From column part of the primary key is in the table; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.AssociationProvider.ToColumn">
      <summary>Gets or sets the destination column of the association.</summary>
      <returns>The destination column of the association.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.AssociationProvider.ToTable">
      <summary>Gets the destination table of the association.</summary>
      <returns>The destination table of the association.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.Association">
      <summary>Gets the provider for the table that a column represents.</summary>
      <returns>The provider for a table that a column represents, if one exists; otherwise, <see langword="null" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.Attributes">
      <summary>Gets the attributes that are defined for the column that is represented by this provider.</summary>
      <returns>The attribute collection.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.ColumnType">
      <summary>Gets or sets the type of the column.</summary>
      <returns>The type of the column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.EntityTypeProperty">
      <summary>Gets or sets the <see cref="T:System.Reflection.PropertyInfo" /> value of the property that represents the column in the entity type.</summary>
      <returns>The <see cref="T:System.Reflection.PropertyInfo" /> value of the property that represents the column in the entity type.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.IsCustomProperty">
      <summary>Gets or sets a value that indicates whether the column is an additional property that is not in the model's data context.</summary>
      <returns>
          <see langword="true" /> if the column is an additional property that is not in the model's data context; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.IsForeignKeyComponent">
      <summary>Gets or sets a value that indicates whether the column is part of a foreign key.</summary>
      <returns>
          <see langword="true" /> if the column is part of a foreign key; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.IsGenerated">
      <summary>Gets or sets a value that indicates whether the column value is automatically generated by the database.</summary>
      <returns>
          <see langword="true" /> if the column value is automatically generated by the database; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.IsPrimaryKey">
      <summary>Gets or sets a value that indicates whether the column is part of the primary key for the table.</summary>
      <returns>
          <see langword="true" /> if the column is part of the primary key for the table; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.IsReadOnly">
      <summary>Gets a value that indicates whether the column is read-only.</summary>
      <returns>
          <see langword="true " />if column is <see langword="read-only" />; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.IsSortable">
      <summary>When overridden in a derived class, gets or sets a value that indicates whether the data model supports sorting the table by this column. </summary>
      <returns>
          <see langword="true" /> if the data model supports sorting the table by this column; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.MaxLength">
      <summary>Gets or sets the maximum length that is allowed for this column.</summary>
      <returns>The maximum length that is allowed for this column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.Name">
      <summary>Gets or sets the name of the column.</summary>
      <returns>The name of the column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.Nullable">
      <summary>Gets or sets a value that indicates whether the column accepts null values.</summary>
      <returns>
          <see langword="true" /> if the column accepts null values; otherwise, <see langword="false" />.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.ColumnProvider.Table">
      <summary>Gets or sets the table that the column belongs to.</summary>
      <returns>The table that the column belongs to.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.DataModelProvider.ContextType">
      <summary>Gets the type of the data context.</summary>
      <returns>The type of the data context.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.DataModelProvider.Tables">
      <summary>When overridden in a derived class, gets the list of tables that are exposed by the data model.</summary>
      <returns>The list of tables that are exposed by the data model.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.TableProvider.Attributes">
      <summary>Gets the attributes that are defined for the table that is represented by this provider.</summary>
      <returns>The attribute collection.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.TableProvider.Columns">
      <summary>When overridden in a derived class, gets the collection of columns in this table.</summary>
      <returns>The collection of columns in this table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.TableProvider.DataContextPropertyName">
      <summary>Gets the name of the table from the data context.</summary>
      <returns>The name of the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.TableProvider.DataModel">
      <summary>Gets the <see cref="T:System.Web.DynamicData.ModelProviders.DataModelProvider" /> object.</summary>
      <returns>The <see cref="T:System.Web.DynamicData.ModelProviders.DataModelProvider" /> object.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.TableProvider.EntityType">
      <summary>Gets or sets the type that represents the table.</summary>
      <returns>The type that represents the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.TableProvider.Name">
      <summary>Gets the name of the table.</summary>
      <returns>The name of the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.TableProvider.ParentEntityType">
      <summary>Gets the parent type.</summary>
      <returns>The parent type if the entity has a parent; otherwise, an instance of the <see cref="T:System.Data.Metadata.Edm.EntityType" /> class.</returns>
    </member>
    <member name="P:System.Web.DynamicData.ModelProviders.TableProvider.RootEntityType">
      <summary>Gets the root type for this entity.</summary>
      <returns>The root type for this entity if the entity has a parent; otherwise, an instance of the <see cref="T:System.Data.Metadata.Edm.EntityType" /> class.</returns>
    </member>
    <member name="P:System.Web.DynamicData.PageAction.Details">
      <summary>Gets the action name for a page that shows details of a data item.</summary>
      <returns>The literal value "Details".</returns>
    </member>
    <member name="P:System.Web.DynamicData.PageAction.Edit">
      <summary>Gets the action name for a page that edits a data item.</summary>
      <returns>The literal value "Edit".</returns>
    </member>
    <member name="P:System.Web.DynamicData.PageAction.Insert">
      <summary>Gets the action name for a page that inserts a data item.</summary>
      <returns>The literal value "Insert".</returns>
    </member>
    <member name="P:System.Web.DynamicData.PageAction.List">
      <summary>Gets the action name for a page that displays data from a table.</summary>
      <returns>The literal value "List".</returns>
    </member>
    <member name="P:System.Web.DynamicData.QueryableFilterRepeater.DynamicFilterContainerId">
      <summary>Gets or sets the ID of a <see cref="T:System.Web.DynamicData.DynamicFilter" /> control inside the template that is configured to be a filter for a column.</summary>
      <returns>The ID of a <see cref="T:System.Web.DynamicData.DynamicFilter" /> control inside the template that is configured to be a filter for a column.</returns>
    </member>
    <member name="P:System.Web.DynamicData.QueryableFilterRepeater.ItemTemplate">
      <summary>Gets or sets the controls that populate the <see cref="T:System.Web.DynamicData.QueryableFilterRepeater" /> class.</summary>
      <returns>An object that defines how items in the <see cref="T:System.Web.DynamicData.QueryableFilterRepeater" /> control are displayed.</returns>
    </member>
    <member name="P:System.Web.DynamicData.QueryableFilterUserControl.Column">
      <summary>Gets the column to use for filtering.</summary>
      <returns>The column to use for filtering.</returns>
    </member>
    <member name="P:System.Web.DynamicData.QueryableFilterUserControl.DefaultValue">
      <summary>Gets the default values that are mapped for the table.</summary>
      <returns>The default values that are mapped for the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.QueryableFilterUserControl.DefaultValues">
      <summary>Gets the default values that are mapped for the table.</summary>
      <returns>The default values that are mapped for the table.</returns>
    </member>
    <member name="P:System.Web.DynamicData.QueryableFilterUserControl.FilterControl">
      <summary>Gets the data control that handles the filter inside the filter template.</summary>
      <returns>The data control that handles the filter.</returns>
    </member>
    <member name="P:System.Web.DynamicData.TableNameAttribute.Name">
      <summary>Gets or sets the name of the table.</summary>
      <returns>The name that is associated with a table.</returns>
    </member>
    <member name="T:System.Web.DynamicData.ContainerType">
      <summary>Specifies the data-control container type. </summary>
    </member>
    <member name="F:System.Web.DynamicData.ContainerType.List">
      <summary>Indicates a list container that implements the <see cref="T:System.Web.UI.WebControls.IDataBoundListControl" /> interface, such as a <see cref="T:System.Web.UI.WebControls.ListView" /> control, a <see cref="T:System.Web.UI.WebControls.GridView" /> control, or a <see cref="T:System.Web.UI.WebControls.Repeater" /> control.</summary>
    </member>
    <member name="F:System.Web.DynamicData.ContainerType.Item">
      <summary>Indicates an item container that implements the <see cref="T:System.Web.UI.WebControls.IDataBoundItemControl" /> interface, such as a <see cref="T:System.Web.UI.WebControls.DetailsView" /> control or a <see cref="T:System.Web.UI.WebControls.FormView" /> control.</summary>
    </member>
    <member name="T:System.Web.DynamicData.ContextConfiguration">
      <summary>Provides information for a data-context instance in order to allow customization.</summary>
    </member>
    <member name="T:System.Web.DynamicData.ControlFilterExpression">
      <summary>Modifies a database query by using the data key of the item that is selected in a data-bound control. </summary>
    </member>
    <member name="T:System.Web.DynamicData.DataControlReference">
      <summary>Enables the <see cref="T:System.Web.DynamicData.DynamicDataManager" /> to declaratively define data controls that it manages.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DataControlReferenceCollection">
      <summary>Represents a collection of <see cref="T:System.Web.UI.WebControls.MenuItemBinding" /> objects.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DefaultAutoFieldGenerator">
      <summary>Generates dynamic data fields (columns) for data-bound controls automatically. </summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicControl">
      <summary>Displays the content that is defined for the field in templated data-bound controls, using ASP.NET Dynamic Data features.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicControlParameter">
      <summary>Represents a parameter that is used for master-detail filters in which a data source gets information from another data control.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicDataExtensions">
      <summary>Provides extension methods that are used by ASP.NET Dynamic Data.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicDataManager">
      <summary>Enables dynamic behavior for ASP.NET Web controls that support ASP.NET Dynamic Data.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicDataRoute">
      <summary>Represents a route that is used by ASP.NET Dynamic Data.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicDataRouteHandler">
      <summary>Processes ASP.NET Dynamic Data route patterns.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicEntity">
      <summary>Provides an ASP.NET control that represents an entity for use by ASP.NET Dynamic Data.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicField">
      <summary>Represents a data field that is displayed in a data-bound control that uses ASP.NET Dynamic Data features.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicFilter">
      <summary>Displays the UI for filtering table rows using a specified column.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicFilterExpression">
      <summary>Modifies a database query by using a value from specified filter control.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicHyperLink">
      <summary>Displays links to table actions such as edit, delete, and insert.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicQueryStringParameter">
      <summary>Automatically generates a collection of parameters that is used to create the <see langword="Where" /> clause for the data source control by retrieving query string values.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicRouteExpression">
      <summary>Gets the primary key from the routing information in order to perform data filtering.</summary>
    </member>
    <member name="T:System.Web.DynamicData.DynamicValidator">
      <summary>Enforces and catches exceptions that are thrown in a data model and displays the error.</summary>
    </member>
    <member name="T:System.Web.DynamicData.EntityTemplate">
      <summary>Displays the content that is defined for the entity in entity-template data-bound controls by using ASP.NET Dynamic Data features.</summary>
    </member>
    <member name="T:System.Web.DynamicData.EntityTemplateFactory">
      <summary>Creates an entity template.</summary>
    </member>
    <member name="T:System.Web.DynamicData.EntityTemplateUserControl">
      <summary>Defines the base class for entity templates.</summary>
    </member>
    <member name="T:System.Web.DynamicData.FieldTemplateFactory">
      <summary>Creates a field template.</summary>
    </member>
    <member name="T:System.Web.DynamicData.FieldTemplateUserControl">
      <summary>Represents the base class for all field template controls. </summary>
    </member>
    <member name="T:System.Web.DynamicData.FilterFactory">
      <summary>Creates a filter template.</summary>
    </member>
    <member name="T:System.Web.DynamicData.FilterRepeater">
      <summary>Represents a control that enumerates table columns that can be filtered.</summary>
    </member>
    <member name="T:System.Web.DynamicData.FilterUserControlBase">
      <summary>Provides the base class for user controls that are used to filter data in a data table. This class is used to display filter selectors.</summary>
    </member>
    <member name="T:System.Web.DynamicData.IControlParameterTarget">
      <summary>Defines members that a class must implement in order to provide data to for an instance of the <see cref="T:System.Web.DynamicData.DynamicControlParameter" /> class.</summary>
    </member>
    <member name="T:System.Web.DynamicData.IFieldFormattingOptions">
      <summary>Defines an interface for common formatting-option properties to be applied to field template user controls. </summary>
    </member>
    <member name="T:System.Web.DynamicData.IFieldTemplate">
      <summary>Defines members that a class must implement in order to be recognized as a field template.</summary>
    </member>
    <member name="T:System.Web.DynamicData.IFieldTemplateFactory">
      <summary>Defines an interface implemented by objects that create field templates.</summary>
    </member>
    <member name="T:System.Web.DynamicData.IFieldTemplateHost">
      <summary>Defines members that must be implemented by a class that manages the use of field-template user controls.</summary>
    </member>
    <member name="T:System.Web.DynamicData.IFilterExpressionProvider">
      <summary>Provides an interface to create filter repeaters.</summary>
    </member>
    <member name="T:System.Web.DynamicData.IWhereParametersProvider">
      <summary>Implemented by parameter classes that provide one or many <see langword="Where" /> parameters.</summary>
    </member>
    <member name="T:System.Web.DynamicData.MetaChildrenColumn">
      <summary>Represents a database field that indicates a one-to-many relationship.</summary>
    </member>
    <member name="T:System.Web.DynamicData.MetaColumn">
      <summary>Represents a database column that is used by Dynamic Data.</summary>
    </member>
    <member name="T:System.Web.DynamicData.MetaForeignKeyColumn">
      <summary>Represents a database foreign-key field that is used by ASP.NET Dynamic Data.</summary>
    </member>
    <member name="T:System.Web.DynamicData.MetaModel">
      <summary>Represents one or multiple databases that are used by ASP.NET Dynamic Data. </summary>
      <exception cref="T:System.InvalidOperationException">Can be thrown by any method if there has been a data context registration error.</exception>
    </member>
    <member name="T:System.Web.DynamicData.MetaTable">
      <summary>Represents the metadata that describes a table for use by Dynamic Data pages.</summary>
    </member>
    <member name="T:System.Web.DynamicData.ModelProviders.AssociationDirection">
      <summary>Indicates the relationship between two entities.</summary>
    </member>
    <member name="F:System.Web.DynamicData.ModelProviders.AssociationDirection.OneToOne">
      <summary>Indicates a one-to-one relationship.</summary>
    </member>
    <member name="F:System.Web.DynamicData.ModelProviders.AssociationDirection.OneToMany">
      <summary>Indicates a one-to-many relationship.</summary>
    </member>
    <member name="F:System.Web.DynamicData.ModelProviders.AssociationDirection.ManyToOne">
      <summary>Indicates a many-to-one relationship.</summary>
    </member>
    <member name="F:System.Web.DynamicData.ModelProviders.AssociationDirection.ManyToMany">
      <summary>Indicates a many-to-many relationship.</summary>
    </member>
    <member name="T:System.Web.DynamicData.ModelProviders.AssociationProvider">
      <summary>Provides the base class for column-association providers.</summary>
    </member>
    <member name="T:System.Web.DynamicData.ModelProviders.ColumnProvider">
      <summary>Provides a base class for column providers.</summary>
    </member>
    <member name="T:System.Web.DynamicData.ModelProviders.DataModelProvider">
      <summary>Provides a base class for Dynamic Data model providers.</summary>
    </member>
    <member name="T:System.Web.DynamicData.ModelProviders.TableProvider">
      <summary>Provides the base class for Dynamic Data table providers.</summary>
    </member>
    <member name="T:System.Web.DynamicData.PageAction">
      <summary>Specifies default action values that are used by the routing mechanism in ASP.NET Dynamic Data applications.</summary>
    </member>
    <member name="T:System.Web.DynamicData.QueryableFilterRepeater">
      <summary>Provides a templated control that automatically generates the UI to filter table rows for supported column types.</summary>
    </member>
    <member name="T:System.Web.DynamicData.QueryableFilterUserControl">
      <summary>Provides a base class for filter controls.</summary>
    </member>
    <member name="T:System.Web.DynamicData.TableNameAttribute">
      <summary>Provides an attribute to change the displayed name for a table.</summary>
    </member>
    <member name="T:System.Web.UI.DataControlExtensions">
      <summary>Provides extension methods that are used by ASP.NET Dynamic Data.</summary>
    </member>
  </members>
</doc>