1<?xml version="1.0" encoding="utf-8"?>
2<doc>
3  <assembly>
4    <name>System.Web.Extensions.Design</name>
5  </assembly>
6  <members>
7    <member name="M:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter.#ctor">
8      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter" /> class.</summary>
9    </member>
10    <member name="M:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
11      <summary>Returns a collection of control IDs from the container in the <see cref="T:System.ComponentModel.Design.IDesignerHost" /> object when provided with a format context.</summary>
12      <param name="context">An object that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter, or properties of this parameter, can be <see langword="null" />.</param>
13      <returns>An object that holds a set of strings that represent the control IDs of the controls in the current container. If the container has no controls, returns an empty collection. If the context is <see langword="null" /> or if there is no current container, returns <see langword="null" />.</returns>
14    </member>
15    <member name="M:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
16      <summary>Returns a value that indicates whether the collection of standard values that is returned from the <see cref="M:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method is an exclusive list of possible values, by using the specified context.</summary>
17      <param name="context">An object that provides a format context.</param>
18      <returns>
19          <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> object that is returned from the <see cref="M:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method provides an exhaustive list of possible values; <see langword="false" /> if other values are possible. The default is <see langword="false" /></returns>
20    </member>
21    <member name="M:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
22      <summary>Returns a value that indicates whether this converter supports a standard set of control IDs that can be picked from a list, by using the specified context.</summary>
23      <param name="context">An object that provides a format context.</param>
24      <returns>
25          <see langword="true" /> if the <see cref="M:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method should be called to find a common set of control IDs that the object supports; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
26    </member>
27    <member name="M:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter.#ctor">
28      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter" /> class.</summary>
29    </member>
30    <member name="M:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
31      <summary>Returns a collection of event names for a control in the container in the <see cref="T:System.ComponentModel.Design.IDesignerHost" /> instance for a specified format context.</summary>
32      <param name="context">A format context object that can be used for more information about the environment that this converter is invoked from. This parameter or its properties can be <see langword="null" />.</param>
33      <returns>A collection of strings that represent the event names of a control in the current container. If no controls are currently contained, the method returns an empty collection. If the context is <see langword="null" /> or if there is no current container, the method returns <see langword="null" />.</returns>
34    </member>
35    <member name="M:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
36      <summary>Returns a value that indicates whether the collection of standard values that is returned from <see cref="M:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exclusive list of possible values for the specified context.</summary>
37      <param name="context">The format context.</param>
38      <returns>
39          <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exhaustive list of possible values; <see langword="false" /> if other values are possible. The default implementation returns <see langword="false" />.</returns>
40    </member>
41    <member name="M:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
42      <summary>Returns a value that indicates whether this converter supports a standard set of control event names that can be selected from a list.</summary>
43      <param name="context">The format context.</param>
44      <returns>
45          <see langword="true" /> if <see cref="M:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> should be called to find a common set of control ID values that the object supports; otherwise, <see langword="false" />. The default implementation returns <see langword="true" />.</returns>
46    </member>
47    <member name="M:System.Web.UI.Design.CollectionEditorBase.#ctor(System.Type)">
48      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.CollectionEditorBase" /> class by using the specified collection type.</summary>
49      <param name="type">The type of the collection to be edited.</param>
50    </member>
51    <member name="M:System.Web.UI.Design.CollectionEditorBase.CreateCollectionForm">
52      <summary>Creates a new form to display and edit the current collection.</summary>
53      <returns>The object to provide as the user interface for editing the collection.</returns>
54    </member>
55    <member name="M:System.Web.UI.Design.ExtenderControlDesigner.#ctor">
56      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.ExtenderControlDesigner" /> class.</summary>
57    </member>
58    <member name="M:System.Web.UI.Design.ExtenderControlDesigner.Dispose(System.Boolean)">
59      <summary>Releases the unmanaged resources that are used by the <see cref="T:System.Web.UI.Design.ExtenderControlDesigner" /> and optionally releases the managed resources. </summary>
60      <param name="disposing">
61            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources. </param>
62    </member>
63    <member name="M:System.Web.UI.Design.ExtenderControlDesigner.GetDesignTimeHtml">
64      <summary>Gets the standard HTML rendering of an extender control at design time, which includes type and ID information.</summary>
65      <returns>The design-time HTML rendering of the control.</returns>
66    </member>
67    <member name="M:System.Web.UI.Design.ExtenderControlDesigner.Initialize(System.ComponentModel.IComponent)">
68      <summary>Initializes the specified component and adds it to the component change service.</summary>
69      <param name="component">A component of type <see cref="T:System.Web.UI.IExtenderControl" /> that implements the <see cref="T:System.ComponentModel.IComponent" /> interface.</param>
70    </member>
71    <member name="M:System.Web.UI.Design.ExtenderControlDesigner.PreFilterProperties(System.Collections.IDictionary)">
72      <summary>Adjusts the items listed in the properties grid for the control.</summary>
73      <param name="properties">A dictionary that contains the properties for the control.</param>
74    </member>
75    <member name="M:System.Web.UI.Design.ExtenderControlToolboxItem.#ctor">
76      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.ExtenderControlToolboxItem" /> class.</summary>
77    </member>
78    <member name="M:System.Web.UI.Design.ExtenderControlToolboxItem.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
79      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.ExtenderControlToolboxItem" /> class by using the specified parameters.</summary>
80      <param name="info">An object that provides serialization information.</param>
81      <param name="context">An object that describes the source and destination of the serialized stream.</param>
82    </member>
83    <member name="M:System.Web.UI.Design.ExtenderControlToolboxItem.#ctor(System.Type)">
84      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.ExtenderControlToolboxItem" /> class by using the specified type.</summary>
85      <param name="type">The type of the target control.</param>
86    </member>
87    <member name="M:System.Web.UI.Design.ExtenderControlToolboxItem.GetTargetControlTypes(System.ComponentModel.Design.IDesignerHost)">
88      <summary>Returns the collection of target types.</summary>
89      <param name="host">The control host.</param>
90      <returns>A read-only collection of the target types.</returns>
91    </member>
92    <member name="M:System.Web.UI.Design.ExtenderControlToolboxItem.Initialize(System.Type)">
93      <summary>Pre-fills the target-type cache entry with the specified type.</summary>
94      <param name="type">The type of the target control.</param>
95    </member>
96    <member name="M:System.Web.UI.Design.PostBackTriggerControlIDConverter.#ctor">
97      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.PostBackTriggerControlIDConverter" /> class.</summary>
98    </member>
99    <member name="M:System.Web.UI.Design.PostBackTriggerControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
100      <summary>Returns a collection of control IDs from the container in the <see cref="T:System.ComponentModel.Design.IDesignerHost" /> object when provided with a format context.</summary>
101      <param name="context">A format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be <see langword="null" />.</param>
102      <returns>A collection of strings that represent the control IDs of the controls in the current container. If no controls are currently contained, the method returns an empty collection. If the context is <see langword="null" /> or there is no current container, the method returns <see langword="null" />.</returns>
103    </member>
104    <member name="M:System.Web.UI.Design.PostBackTriggerControlIDConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
105      <summary>Returns a value that indicates whether the collection of standard values that is returned from the <see cref="M:System.Web.UI.Design.PostBackTriggerControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method is an exclusive list of possible values, by using the specified context.</summary>
106      <param name="context">The format context.</param>
107      <returns>
108          <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> object that is returned from the <see cref="M:System.Web.UI.Design.PostBackTriggerControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method provides a complete list of possible values; <see langword="false" /> if other values are possible. The default is <see langword="false" />.</returns>
109    </member>
110    <member name="M:System.Web.UI.Design.PostBackTriggerControlIDConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
111      <summary>Returns a value that indicates whether this converter supports a standard set of control IDs that can be selected from a list, by using the specified context.</summary>
112      <param name="context">The format context.</param>
113      <returns>
114          <see langword="true" /> if the <see cref="M:System.Web.UI.Design.PostBackTriggerControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method should be called to find a common set of control IDs the object supports; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
115    </member>
116    <member name="M:System.Web.UI.Design.QueryExtenderDesigner.#ctor">
117      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.QueryExtenderDesigner" /> class.</summary>
118    </member>
119    <member name="M:System.Web.UI.Design.QueryExtenderDesigner.GetDesignTimeHtml">
120      <summary>Gets the placeholder HTML for the <see cref="T:System.Web.UI.WebControls.QueryExtender" /> control at design time.</summary>
121      <returns>The placeholder HTML for the control at design time.</returns>
122    </member>
123    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.#ctor">
124      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.ScriptManagerDesigner" /> class.</summary>
125    </member>
126    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.GetApplicationServices(System.Web.UI.ScriptManager,System.Collections.Generic.IEnumerable{System.Web.UI.ScriptManagerProxy})">
127      <summary>Returns ECMAScript (JavaScript) code that represents the profile service properties defined in a Web page's <see cref="T:System.Web.UI.ScriptManager" /> control and <see cref="T:System.Web.UI.ScriptManagerProxy" /> controls.</summary>
128      <param name="scriptManager">The <see cref="T:System.Web.UI.ScriptManager" /> control associated with the Web Page.</param>
129      <param name="proxies">The collection of <see cref="T:System.Web.UI.ScriptManagerProxy" /> controls associated with the Web page.</param>
130      <returns>The JavaScript code that defines the profile service properties.</returns>
131      <exception cref="T:System.ArgumentNullException">
132              <paramref name="scriptManager" /> is <see langword="null" />.</exception>
133    </member>
134    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.GetDesignTimeHtml">
135      <summary>Returns the HTML markup that represents the <see cref="T:System.Web.UI.ScriptManager" /> control at design time.</summary>
136      <returns>The markup that is used to render the <see cref="T:System.Web.UI.ScriptManager" /> at design time.</returns>
137    </member>
138    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.GetProxyScript(System.Web.UI.ScriptManager,System.Web.UI.ServiceReference)">
139      <summary>Provides a proxy script from a derived <see cref="T:System.Web.UI.ServiceReference" /> object.</summary>
140      <param name="scriptManager">The <see cref="T:System.Web.UI.ScriptManager" /> control on the page.</param>
141      <param name="serviceReference">The <see cref="T:System.Web.UI.ServiceReference" /> control that is used to register a Web service for use in the page.</param>
142      <returns>The proxy script.</returns>
143    </member>
144    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.GetProxyUrl(System.Web.UI.ScriptManager,System.Web.UI.ServiceReference)">
145      <summary>Provides a proxy URL from a derived <see cref="T:System.Web.UI.ServiceReference" /> object.</summary>
146      <param name="scriptManager">The <see cref="T:System.Web.UI.ScriptManager" /> control on the page.</param>
147      <param name="serviceReference">The <see cref="T:System.Web.UI.ServiceReference" /> control that is used to register a Web service for use in the page.</param>
148      <returns>A proxy URL.</returns>
149    </member>
150    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.GetScriptFromWebResource(System.Reflection.Assembly,System.String,System.Globalization.CultureInfo)">
151      <summary>Returns ECMAScript (JavaScript) code that is defined by the <see cref="T:System.Web.UI.ScriptResourceAttribute" /> attribute.</summary>
152      <param name="assembly">The assembly that contains the resource.</param>
153      <param name="resourceName">The fully qualified name of the resource in the assembly.</param>
154      <param name="culture">The culture that the resource is specified for.</param>
155      <returns>The JavaScript resource.</returns>
156    </member>
157    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.GetScriptReferences(System.Web.UI.ScriptManager,System.Collections.Generic.IEnumerable{System.Web.UI.ScriptManagerProxy})">
158      <summary>Returns a collection of all <see cref="T:System.Web.UI.ScriptReference" /> controls that are defined in a Web page's <see cref="T:System.Web.UI.ScriptManager" /> control and <see cref="T:System.Web.UI.ScriptManagerProxy" /> controls.</summary>
159      <param name="scriptManager">The <see cref="T:System.Web.UI.ScriptManager" /> control that is associated with the Web page.</param>
160      <param name="proxies">The collection of <see cref="T:System.Web.UI.ScriptManagerProxy" /> controls associated with the Web page.</param>
161      <returns>A read-only collection of <see cref="T:System.Web.UI.ScriptReference" /> controls.</returns>
162      <exception cref="T:System.ArgumentNullException">
163              <paramref name="scriptManager" /> is <see langword="null" />.</exception>
164    </member>
165    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.GetServiceReferences(System.Web.UI.ScriptManager,System.Collections.Generic.IEnumerable{System.Web.UI.ScriptManagerProxy})">
166      <summary>Returns a collection of all <see cref="T:System.Web.UI.ServiceReference" /> controls that are defined in a Web page's <see cref="T:System.Web.UI.ScriptManager" /> control and <see cref="T:System.Web.UI.ScriptManagerProxy" /> controls.</summary>
167      <param name="scriptManager">The <see cref="T:System.Web.UI.ScriptManager" /> control that is associated with the Web page.</param>
168      <param name="proxies">The collection of <see cref="T:System.Web.UI.ScriptManagerProxy" /> controls that is associated with the Web page.</param>
169      <returns>A read-only collection of <see cref="T:System.Web.UI.ServiceReference" /> controls.</returns>
170      <exception cref="T:System.ArgumentNullException">
171              <paramref name="scriptManager" /> is <see langword="null" />.</exception>
172    </member>
173    <member name="M:System.Web.UI.Design.ScriptManagerDesigner.Initialize(System.ComponentModel.IComponent)">
174      <summary>Initializes the specified component.</summary>
175      <param name="component">A <see cref="T:System.Web.UI.ScriptManager" /> component that implements the <see cref="T:System.ComponentModel.IComponent" /> interface.</param>
176    </member>
177    <member name="M:System.Web.UI.Design.ScriptManagerProxyDesigner.#ctor">
178      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.ScriptManagerProxyDesigner" /> class.</summary>
179    </member>
180    <member name="M:System.Web.UI.Design.ScriptManagerProxyDesigner.GetDesignTimeHtml">
181      <summary>Returns the HTML markup that represents the <see cref="T:System.Web.UI.ScriptManagerProxy" /> control at design time.</summary>
182      <returns>A string that contains the markup that is used to render the <see cref="T:System.Web.UI.ScriptManagerProxy" /> at design time.</returns>
183    </member>
184    <member name="M:System.Web.UI.Design.ScriptManagerProxyDesigner.Initialize(System.ComponentModel.IComponent)">
185      <summary>Initializes the specified component.</summary>
186      <param name="component">A <see cref="T:System.Web.UI.ScriptManagerProxy" /> component that implements the <see cref="T:System.ComponentModel.IComponent" /> interface.</param>
187    </member>
188    <member name="M:System.Web.UI.Design.ServiceReferenceCollectionEditor.#ctor(System.Type)">
189      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.ServiceReferenceCollectionEditor" /> class by using the specified collection type. </summary>
190      <param name="type">The type of the collection to edit.</param>
191    </member>
192    <member name="M:System.Web.UI.Design.ServiceReferenceCollectionEditor.CanSelectMultipleInstances">
193      <summary>Gets a value that indicates whether multiple script reference instances can be selected at the same time.</summary>
194      <returns>
195          <see langword="true" /> if multiple script reference instances can be selected at the same time; otherwise, <see langword="false" />.</returns>
196    </member>
197    <member name="M:System.Web.UI.Design.ServiceReferenceCollectionEditor.CreateNewItemTypes">
198      <summary>Gets the data types that the collection editor can create.</summary>
199      <returns>The data types that the <see cref="T:System.Web.UI.Design.ServiceReferenceCollectionEditor" /> class can create.</returns>
200    </member>
201    <member name="M:System.Web.UI.Design.TimerDesigner.#ctor">
202      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.TimerDesigner" /> class. </summary>
203    </member>
204    <member name="M:System.Web.UI.Design.TimerDesigner.GetDesignTimeHtml">
205      <summary>Returns the HTML markup that is used to render the associated <see cref="T:System.Web.UI.Timer" /> control at design time.</summary>
206      <returns>A string that contains the markup used to render the <see cref="T:System.Web.UI.Timer" /> control at design time.</returns>
207    </member>
208    <member name="M:System.Web.UI.Design.UpdatePanelDesigner.#ctor">
209      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.UpdatePanelDesigner" /> class.</summary>
210    </member>
211    <member name="M:System.Web.UI.Design.UpdatePanelDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)">
212      <summary>Returns the HTML markup that is used to display the <see cref="T:System.Web.UI.UpdatePanel" /> control, and populates the collection with the current control designer regions.</summary>
213      <param name="regions">The control designer regions for the associated control.</param>
214      <returns>The design-time HTML markup for the associated control, which includes all control designer regions.</returns>
215    </member>
216    <member name="M:System.Web.UI.Design.UpdatePanelDesigner.GetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion)">
217      <summary>Returns the content for an editable region of the design-time view of the <see cref="T:System.Web.UI.UpdatePanel" /> control.</summary>
218      <param name="region">The region to update.</param>
219      <returns>A serialized copy of the template that is used to render the associated <see cref="T:System.Web.UI.UpdatePanel" /> control at design time.</returns>
220    </member>
221    <member name="M:System.Web.UI.Design.UpdatePanelDesigner.Initialize(System.ComponentModel.IComponent)">
222      <summary>Initializes the specified component.</summary>
223      <param name="component">An <see cref="T:System.Web.UI.UpdatePanel" /> component that implements the <see cref="T:System.ComponentModel.IComponent" /> interface.</param>
224    </member>
225    <member name="M:System.Web.UI.Design.UpdatePanelDesigner.OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)">
226      <summary>Specifies the content for the editable region of the <see cref="T:System.Web.UI.UpdatePanel" /> control at design time.</summary>
227      <param name="sender">The region to update.</param>
228      <param name="ce">A serialized template for the associated control.</param>
229    </member>
230    <member name="M:System.Web.UI.Design.UpdatePanelDesigner.SetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion,System.String)">
231      <summary>Called when the associated <see cref="T:System.Web.UI.UpdatePanel" /> control changes.</summary>
232      <param name="region">The source of the event.</param>
233      <param name="content">The event data.</param>
234    </member>
235    <member name="M:System.Web.UI.Design.UpdatePanelTriggerCollectionEditor.#ctor(System.Type)">
236      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.UpdatePanelTriggerCollectionEditor" /> class.</summary>
237      <param name="type">The type of the trigger to edit.</param>
238    </member>
239    <member name="M:System.Web.UI.Design.UpdatePanelTriggerCollectionEditor.CanSelectMultipleInstances">
240      <summary>Gets a value that indicates whether multiple triggers can be selected at the same time.</summary>
241      <returns>Always <see langword="false" />.</returns>
242    </member>
243    <member name="M:System.Web.UI.Design.UpdatePanelTriggerCollectionEditor.CreateCollectionItemType">
244      <summary>Gets the data type that this collection edits.</summary>
245      <returns>An <see cref="T:System.Web.UI.UpdatePanelTrigger" /> object.</returns>
246    </member>
247    <member name="M:System.Web.UI.Design.UpdatePanelTriggerCollectionEditor.CreateNewItemTypes">
248      <summary>Gets the multiple data types that the collection editor can create.</summary>
249      <returns>An array of the data types that the <see cref="T:System.Web.UI.Design.UpdatePanelTriggerCollectionEditor" /> can create.</returns>
250    </member>
251    <member name="M:System.Web.UI.Design.UpdatePanelTriggerCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
252      <summary>Edits the value of the specified object by using the specified service provider and context.</summary>
253      <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides additional context information.</param>
254      <param name="provider">A service provider object that provides editing services.</param>
255      <param name="value">The object whose value will be edited.</param>
256      <returns>The new value of the object.</returns>
257    </member>
258    <member name="M:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter.#ctor">
259      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter" /> class.</summary>
260    </member>
261    <member name="M:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
262      <summary>Returns a collection of control IDs from the container inside the <see cref="T:System.ComponentModel.Design.IDesignerHost" /> object for the specified format context.</summary>
263      <param name="context">A context that can be used for more information about the environment that this converter is invoked from. This parameter and its properties can be <see langword="null" />.</param>
264      <returns>A collection of strings that represent the control IDs of the controls in the current container. If no controls are currently in the container, the method returns an empty collection. If the context is <see langword="null" /> or if there is no current container, the method returns <see langword="null" />.</returns>
265    </member>
266    <member name="M:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
267      <summary>Returns a value that indicates whether the collection of standard values that is returned from <see cref="M:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exclusive list of possible values for the specified context.</summary>
268      <param name="context">The format context.</param>
269      <returns>
270          <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exclusive list of possible values; <see langword="false" /> if other values are possible. The default is <see langword="false" />.</returns>
271    </member>
272    <member name="M:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
273      <summary>Returns a value that indicates whether this converter supports a set of control ID values that can be selected from a list.</summary>
274      <param name="context">The format context.</param>
275      <returns>
276          <see langword="true" /> if <see cref="M:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> should be called to find a common set of control ID values the object supports; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
277    </member>
278    <member name="M:System.Web.UI.Design.UpdateProgressDesigner.#ctor">
279      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.UpdateProgressDesigner" /> class.</summary>
280    </member>
281    <member name="M:System.Web.UI.Design.UpdateProgressDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)">
282      <summary>Returns the HTML markup to display the <see cref="T:System.Web.UI.UpdateProgress" /> control and populates the collection with the current control designer regions.</summary>
283      <param name="regions">An object that contains control designer regions for the associated control.</param>
284      <returns>The design-time HTML markup for the associated control, which includes all control designer regions.</returns>
285    </member>
286    <member name="M:System.Web.UI.Design.UpdateProgressDesigner.GetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion)">
287      <summary>Returns the content for an editable region of the design-time view of the <see cref="T:System.Web.UI.UpdateProgress" /> control.</summary>
288      <param name="region">The <see cref="T:System.Web.UI.Design.EditableDesignerRegion" /> object to fetch content for.</param>
289      <returns>A serialized copy of the template that is used to render the associated <see cref="T:System.Web.UI.UpdatePanel" /> control at design time.</returns>
290    </member>
291    <member name="M:System.Web.UI.Design.UpdateProgressDesigner.SetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion,System.String)">
292      <summary>Specifies the content for the editable region of the control at design time.</summary>
293      <param name="region">An object that provides the name of the region to update.</param>
294      <param name="content">A serialized template for the associated control.</param>
295    </member>
296    <member name="M:System.Web.UI.Design.WebControls.DataPagerDesigner.#ctor">
297      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.DataPagerDesigner" /> class. </summary>
298    </member>
299    <member name="M:System.Web.UI.Design.WebControls.DataPagerDesigner.GetDesignTimeHtml">
300      <summary>Generates the HTML markup that is used to render the associated <see cref="T:System.Web.UI.WebControls.DataPager" /> control at design time.</summary>
301      <returns>The HTML markup that is used to render the associated <see cref="T:System.Web.UI.WebControls.DataPager" /> control at design time.</returns>
302    </member>
303    <member name="M:System.Web.UI.Design.WebControls.DataPagerDesigner.GetEmptyDesignTimeHtml">
304      <summary>Generates the HTML markup that represents a <see cref="T:System.Web.UI.WebControls.DataPager" /> control at design time that has no visual representation at run time.</summary>
305      <returns>The HTML markup that represents an empty <see cref="T:System.Web.UI.WebControls.DataPager" /> control at design time.</returns>
306    </member>
307    <member name="M:System.Web.UI.Design.WebControls.DataPagerDesigner.Initialize(System.ComponentModel.IComponent)">
308      <summary>Initializes the control designer and loads the specified control.</summary>
309      <param name="component">The control being designed.</param>
310    </member>
311    <member name="M:System.Web.UI.Design.WebControls.DataPagerDesigner.PreFilterProperties(System.Collections.IDictionary)">
312      <summary>Adds or removes properties from the property grid for the <see cref="T:System.Web.UI.WebControls.DataPager" /> control.</summary>
313      <param name="properties">A collection that contains the properties that are exposed in the property grid for the <see cref="T:System.Web.UI.WebControls.DataPager" /> control at design time.</param>
314    </member>
315    <member name="M:System.Web.UI.Design.WebControls.DataPagerFieldTypeEditor.#ctor">
316      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.DataPagerFieldTypeEditor" /> class. </summary>
317    </member>
318    <member name="M:System.Web.UI.Design.WebControls.DataPagerFieldTypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
319      <summary>Displays the visual editor by using the style that is indicated by the <see cref="Overload:System.Web.UI.Design.WebControls.DataPagerFieldTypeEditor.GetEditStyle" /> method to update the <see cref="P:System.Web.UI.WebControls.DataPager.Fields" /> property.</summary>
320      <param name="context">Context information about the design environment.</param>
321      <param name="provider">A reference to the associated designer.</param>
322      <param name="value">The object to edit.</param>
323      <returns>The new value of the object.</returns>
324    </member>
325    <member name="M:System.Web.UI.Design.WebControls.DataPagerFieldTypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
326      <summary>Gets the style that the editor will use.</summary>
327      <param name="context">Context information about the design environment.</param>
328      <returns>One of the enumeration values that indicates the type of style that the editor will use.</returns>
329    </member>
330    <member name="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.#ctor">
331      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.LinqDataSourceDesigner" /> class.</summary>
332    </member>
333    <member name="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Configure">
334      <summary>Launches the data source configuration wizard in the design host.</summary>
335    </member>
336    <member name="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.GetView(System.String)">
337      <summary>Returns a data source view that has the specified name.</summary>
338      <param name="viewName">The name of the view to return.</param>
339      <returns>An object whose name is specified by <paramref name="viewName" />; otherwise, <see langword="null" />.</returns>
340    </member>
341    <member name="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.GetViewNames">
342      <summary>Gets a list of available views.</summary>
343      <returns>A collection with one element that contains the name "DefaultView".</returns>
344    </member>
345    <member name="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Initialize(System.ComponentModel.IComponent)">
346      <summary>Initializes the control designer and loads the specified component.</summary>
347      <param name="component">The object to initialize.</param>
348    </member>
349    <member name="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.PreFilterProperties(System.Collections.IDictionary)">
350      <summary>Used by the designer to add properties or remove properties in the properties grid.</summary>
351      <param name="properties">The properties to be filtered.</param>
352    </member>
353    <member name="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.RefreshSchema(System.Boolean)">
354      <summary>Refreshes the schema from the underlying data source.</summary>
355      <param name="preferSilent">
356            <see langword="true" /> to suppress all data source events until the schema is refreshed.</param>
357    </member>
358    <member name="M:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.#ctor(System.Web.UI.Design.WebControls.LinqDataSourceDesigner)">
359      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView" /> class with the provided data source designer and view name.</summary>
360      <param name="owner">The parent <see cref="T:System.Web.UI.Design.WebControls.LinqDataSourceDesigner" /> object.</param>
361    </member>
362    <member name="M:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.GetDesignTimeData(System.Int32,System.Boolean@)">
363      <summary>Gets the design-time data that matches the schema of the associated data source control by using the specified number of rows. Returns a value that indicates whether the data is sample or real data.</summary>
364      <param name="minimumRows">The minimum number of rows to return.</param>
365      <param name="isSampleData">
366            <see langword="true" /> to indicate that the returned data is sample data; <see langword="false" /> to indicate that the returned data is live data.</param>
367      <returns>The data to display at design time.</returns>
368    </member>
369    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.#ctor">
370      <summary>Initializes a new instance of the <see cref="T:System.Web.UI.Design.WebControls.ListViewDesigner" /> class. </summary>
371    </member>
372    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.GetDesignTimeHtml">
373      <summary>Generates the HTML markup that is used to render the associated <see cref="T:System.Web.UI.WebControls.ListView" /> control at design time.</summary>
374      <returns>The HTML markup that is used to render the associated <see cref="T:System.Web.UI.WebControls.ListView" /> control at design time.</returns>
375    </member>
376    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)">
377      <summary>Generates the HTML markup that is used to render the associated <see cref="T:System.Web.UI.WebControls.ListView" /> control at design time, and populates the specified collection with the currently selected designer region.</summary>
378      <param name="regions">A collection of designer regions for the associated <see cref="T:System.Web.UI.WebControls.ListView" /> control.</param>
379      <returns>The HTML markup that is used to render the associated <see cref="T:System.Web.UI.WebControls.ListView" /> control at design time.</returns>
380    </member>
381    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.GetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion)">
382      <summary>Returns the content for the specified editable region of the design-time view of the associated <see cref="T:System.Web.UI.WebControls.ListView" /> control.</summary>
383      <param name="region">The region to get the content for.</param>
384      <returns>The HTML markup for the region.</returns>
385    </member>
386    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.GetEmptyDesignTimeHtml">
387      <summary>Generates the HTML markup that represents a <see cref="T:System.Web.UI.WebControls.ListView" /> control at design time that has no visual representation at run time.</summary>
388      <returns>The HTML markup that represents a <see cref="T:System.Web.UI.WebControls.ListView" /> control at design time.</returns>
389    </member>
390    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.Initialize(System.ComponentModel.IComponent)">
391      <summary>Initializes the control designer and loads the specified control.</summary>
392      <param name="component">The control that is being designed.</param>
393    </member>
394    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)">
395      <summary>Occurs when the associated control changes.</summary>
396      <param name="sender">The source of the event.</param>
397      <param name="ce">The event data.</param>
398    </member>
399    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.OnSchemaRefreshed">
400      <summary>Prevents the <see cref="T:System.Web.UI.WebControls.ListView" /> control from updating when the data source schema is refreshed in the HTML designer.</summary>
401    </member>
402    <member name="M:System.Web.UI.Design.WebControls.ListViewDesigner.SetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion,System.String)">
403      <summary>Specifies the content for an editable region of the <see cref="T:System.Web.UI.WebControls.ListView" /> control at design time.</summary>
404      <param name="region">An editable design region that is contained in the <see cref="T:System.Web.UI.WebControls.ListView" /> control.</param>
405      <param name="content">The content to assign for the editable design region.</param>
406    </member>
407    <member name="P:System.Web.UI.Design.ExtenderControlDesigner.Visible">
408      <summary>Gets a value that indicates whether the current control is displayed on the design surface so it can be selected and its properties can be edited.</summary>
409      <returns>
410          <see langword="true" /> if the current control is displayed; otherwise, <see langword="false" />.</returns>
411    </member>
412    <member name="P:System.Web.UI.Design.UpdatePanelDesigner.UsePreviewControl">
413      <summary>Gets a value that indicates whether the designer should use a temporary copy of the <see cref="T:System.Web.UI.UpdatePanel" /> control to generate the design-time markup, instead of using the actual control that is associated with the designer.</summary>
414      <returns>Always <see langword="true" />.</returns>
415    </member>
416    <member name="P:System.Web.UI.Design.UpdateProgressDesigner.UsePreviewControl">
417      <summary>Gets a value that indicates whether the designer should use a temporary copy instead of the actual control associated with the designer to generate the design-time markup.</summary>
418      <returns>Always <see langword="true" />.</returns>
419    </member>
420    <member name="P:System.Web.UI.Design.WebControls.DataPagerDesigner.ActionLists">
421      <summary>Gets the list of items that are used to create the smart tag panel for the associated <see cref="T:System.Web.UI.WebControls.DataPager" /> control.</summary>
422      <returns>The list of items that are used to create the smart tag panel for the associated <see cref="T:System.Web.UI.WebControls.DataPager" /> control.</returns>
423    </member>
424    <member name="P:System.Web.UI.Design.WebControls.DataPagerDesigner.PagedControlID">
425      <summary>Gets or sets a value for the designer version of the <see cref="P:System.Web.UI.WebControls.DataPager.PagedControlID" /> property.</summary>
426      <returns>The value of the <see cref="P:System.Web.UI.WebControls.DataPager.PagedControlID" /> property.</returns>
427    </member>
428    <member name="P:System.Web.UI.Design.WebControls.DataPagerDesigner.TemplateGroups">
429      <summary>Gets a collection of template groups for the templated pager fields of the associated <see cref="T:System.Web.UI.WebControls.DataPager" /> control.</summary>
430      <returns>A collection of template groups for the templated pager fields of the associated <see cref="T:System.Web.UI.WebControls.DataPager" /> control.</returns>
431    </member>
432    <member name="P:System.Web.UI.Design.WebControls.DataPagerDesigner.UsePreviewControl">
433      <summary>Gets a value that indicates whether the designer should use a temporary copy instead of the actual <see cref="T:System.Web.UI.WebControls.DataPager" /> control that is associated with the designer in order to generate the design-time markup.</summary>
434      <returns>
435          <see langword="true" /> in all cases.</returns>
436    </member>
437    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.ActionLists">
438      <summary>Gets a list of items that are used to create an action list menu at design time.</summary>
439      <returns>A collection that contains the action list items.</returns>
440    </member>
441    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.CanConfigure">
442      <summary>Gets a value that indicates whether the <see cref="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Configure" /> method can be called by the design host.</summary>
443      <returns>
444          <see langword="true" /> if the <see cref="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Configure" /> method can be called; otherwise, <see langword="false" />.</returns>
445    </member>
446    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.CanRefreshSchema">
447      <summary>Gets a value that indicates whether the <see cref="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.RefreshSchema(System.Boolean)" /> method can be called by the design host.</summary>
448      <returns>
449          <see langword="true" /> if the <see cref="M:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.RefreshSchema(System.Boolean)" /> method can be called; otherwise, <see langword="false" />.</returns>
450    </member>
451    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.ContextTypeName">
452      <summary>Gets or sets the name of the type that contains the property whose value has the data that you want to retrieve.</summary>
453      <returns>The name of the class to retrieve data from.</returns>
454    </member>
455    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Delete">
456      <summary>Gets or sets a value for the delete operation.</summary>
457      <returns>
458          <see langword="null" />.</returns>
459    </member>
460    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.EnableDelete">
461      <summary>Gets or sets a value that indicates whether rows can be deleted from the data source at run time.</summary>
462      <returns>
463          <see langword="true" /> if the delete operation is enabled for users of the associated <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> instance; otherwise, <see langword="false" />.</returns>
464    </member>
465    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.EnableInsert">
466      <summary>Gets or sets a value that indicates whether rows can be inserted into the data source at run time.</summary>
467      <returns>
468          <see langword="true" /> if the insert operation is enabled for users of the associated <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> instance; otherwise, <see langword="false" />.</returns>
469    </member>
470    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.EnableUpdate">
471      <summary>Gets or sets a value that indicates whether rows in the data source can be updated at run time.</summary>
472      <returns>
473          <see langword="true" /> if the update operation is enabled for users of the associated <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> instance; otherwise, <see langword="false" />.</returns>
474    </member>
475    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.GroupBy">
476      <summary>Gets or sets the value that is used when the Group By clause is being created.</summary>
477      <returns>A string that contains the properties that are used for grouping data.</returns>
478    </member>
479    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Insert">
480      <summary>Gets or sets a value for the delete operation.</summary>
481      <returns>
482          <see langword="null" />.</returns>
483    </member>
484    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.OrderBy">
485      <summary>Gets or sets the value that is used when the Order By clause is being created.</summary>
486      <returns>A string that contains the properties that are used for sorting the data.</returns>
487    </member>
488    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.OrderGroupsBy">
489      <summary>Gets or sets the value that is used when the Order Groups By clause is being created.</summary>
490      <returns>A string that contains the properties that are used for sorting grouped data.</returns>
491    </member>
492    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Select">
493      <summary>Gets or sets the string that contains values for the select operation.</summary>
494      <returns>A string that is used when the Select clause is being created.</returns>
495    </member>
496    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.ServiceProvider">
497      <summary>Gets the service provider that is associated with the <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> instance.</summary>
498      <returns>An object that represents the service provider.</returns>
499    </member>
500    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.TableName">
501      <summary>Gets or sets the <see cref="P:System.Web.UI.WebControls.LinqDataSource.TableName" /> property of the <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> instance.</summary>
502      <returns>The name of the class that contains the data.</returns>
503    </member>
504    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Update">
505      <summary>Gets the value for the Update operation.</summary>
506      <returns>
507          <see langword="null" />.</returns>
508    </member>
509    <member name="P:System.Web.UI.Design.WebControls.LinqDataSourceDesigner.Where">
510      <summary>Gets or sets the <see cref="P:System.Web.UI.WebControls.LinqDataSource.Where" /> property of the <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> control.</summary>
511      <returns>The value of the <see cref="P:System.Web.UI.WebControls.LinqDataSource.Where" /> property.</returns>
512    </member>
513    <member name="P:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.CanDelete">
514      <summary>Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.LinqDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> control supports the <see cref="M:System.Web.UI.DataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)" /> method.</summary>
515      <returns>
516          <see langword="true" /> if the <see cref="M:System.Web.UI.WebControls.LinqDataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)" /> method is supported; otherwise, <see langword="false" />.</returns>
517    </member>
518    <member name="P:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.CanInsert">
519      <summary>Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.LinqDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> control supports the <see cref="M:System.Web.UI.DataSourceView.ExecuteInsert(System.Collections.IDictionary)" /> method.</summary>
520      <returns>
521          <see langword="true" /> if the <see cref="M:System.Web.UI.WebControls.LinqDataSourceView.ExecuteInsert(System.Collections.IDictionary)" /> method is supported; otherwise, <see langword="false" />.</returns>
522    </member>
523    <member name="P:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.CanPage">
524      <summary>Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.LinqDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> control supports paging through the data that is retrieved by the <see cref="M:System.Web.UI.WebControls.LinqDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> method.</summary>
525      <returns>
526          <see langword="true" /> if paging through the data that is retrieved by the <see cref="M:System.Web.UI.WebControls.LinqDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)" /> method is supported; otherwise, <see langword="false" />.</returns>
527    </member>
528    <member name="P:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.CanSort">
529      <summary>Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.LinqDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> control supports a sorted view of the underlying data source.</summary>
530      <returns>
531          <see langword="true" /> if a sorted view of the underlying data source is supported; otherwise, <see langword="false" />.</returns>
532    </member>
533    <member name="P:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.CanUpdate">
534      <summary>Gets a value that indicates whether the <see cref="T:System.Web.UI.WebControls.LinqDataSourceView" /> object that is associated with the current <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> control supports the <see cref="M:System.Web.UI.WebControls.LinqDataSourceView.ExecuteUpdate(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)" /> method.</summary>
535      <returns>
536          <see langword="true" /> if the <see cref="M:System.Web.UI.WebControls.LinqDataSourceView.ExecuteUpdate(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)" /> method is supported; otherwise, <see langword="false" />.</returns>
537    </member>
538    <member name="P:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.IsDataContext">
539      <summary>Gets a value that indicates whether the <see cref="P:System.Web.UI.WebControls.LinqDataSourceView.ContextType" /> property contains an object that derives from <see cref="T:System.Data.Linq.DataContext" />.</summary>
540      <returns>
541          <see langword="true" /> if the object in the <see cref="P:System.Web.UI.WebControls.LinqDataSourceView.ContextType" /> property is derived from <see cref="T:System.Data.Linq.DataContext" />; otherwise, <see langword="false" />.</returns>
542    </member>
543    <member name="P:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.IsTableTypeTable">
544      <summary>Gets a value that indicates whether the <see cref="P:System.Web.UI.WebControls.LinqDataSourceView.TableName" /> property returns a <see cref="T:System.Data.Linq.Table`1" /> type.</summary>
545      <returns>
546          <see langword="true" /> if the <see cref="P:System.Web.UI.WebControls.LinqDataSourceView.TableName" /> property returns a <see cref="T:System.Data.Linq.Table`1" /> type; otherwise, <see langword="false" />.</returns>
547    </member>
548    <member name="P:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView.Schema">
549      <summary>Gets the schema that describes the data source view that is represented by the current view object.</summary>
550      <returns>An object that represents the schema.</returns>
551    </member>
552    <member name="P:System.Web.UI.Design.WebControls.ListViewDesigner.ActionLists">
553      <summary>Gets the list of items that are is used to create a smart tag panel for the <see cref="T:System.Web.UI.WebControls.ListView" /> control.</summary>
554      <returns>The <see cref="T:System.ComponentModel.Design.DesignerActionListCollection" /> object that is associated with this designer.</returns>
555    </member>
556    <member name="P:System.Web.UI.Design.WebControls.ListViewDesigner.SampleRowCount">
557      <summary>Gets the number of records that the <see cref="T:System.Web.UI.WebControls.ListView" /> control displays on the design surface.</summary>
558      <returns>The number of records that the <see cref="T:System.Web.UI.WebControls.ListView" /> control displays on the design surface.</returns>
559    </member>
560    <member name="P:System.Web.UI.Design.WebControls.ListViewDesigner.UsePreviewControl">
561      <summary>Gets a value that indicates whether the designer should use a temporary copy instead of the actual <see cref="T:System.Web.UI.WebControls.ListView" /> control that is associated with the designer in order to generate the design-time markup.</summary>
562      <returns>
563          <see langword="true" /> in all cases.</returns>
564    </member>
565    <member name="T:System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter">
566      <summary>Provides a type converter that retrieves a list of control IDs in the current container. </summary>
567    </member>
568    <member name="T:System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter">
569      <summary>Provides a type converter that retrieves a list of events for a control in the current container.</summary>
570    </member>
571    <member name="T:System.Web.UI.Design.CollectionEditorBase">
572      <summary>Provides a user interface so that users can edit <see cref="T:System.Web.UI.ScriptReferenceCollection" />, <see cref="T:System.Web.UI.ServiceReferenceCollection" />, and <see cref="T:System.Web.UI.UpdatePanelTriggerCollection" /> objects at design time.</summary>
573    </member>
574    <member name="T:System.Web.UI.Design.ExtenderControlDesigner">
575      <summary>Provides UI support for working with extender controls at design time.</summary>
576    </member>
577    <member name="T:System.Web.UI.Design.ExtenderControlToolboxItem">
578      <summary>Provides a way to determine which target controls can be extended by a particular extender control in the toolbox.</summary>
579    </member>
580    <member name="T:System.Web.UI.Design.PostBackTriggerControlIDConverter">
581      <summary>Provides a type converter that retrieves a list of control IDs in the current container.</summary>
582    </member>
583    <member name="T:System.Web.UI.Design.QueryExtenderDesigner">
584      <summary>Provides designer functionality for the <see cref="T:System.Web.UI.WebControls.QueryExtender" /> control.</summary>
585    </member>
586    <member name="T:System.Web.UI.Design.ScriptManagerDesigner">
587      <summary>Provides design-time support for the <see cref="T:System.Web.UI.ScriptManager" /> control in a visual designer.</summary>
588    </member>
589    <member name="T:System.Web.UI.Design.ScriptManagerProxyDesigner">
590      <summary>Provides design-time support for the <see cref="T:System.Web.UI.ScriptManagerProxy" /> control in a visual designer.</summary>
591    </member>
592    <member name="T:System.Web.UI.Design.ServiceReferenceCollectionEditor">
593      <summary>Provides a component editor for the service reference collection of the <see cref="T:System.Web.UI.ServiceReference" /> control.</summary>
594    </member>
595    <member name="T:System.Web.UI.Design.TimerDesigner">
596      <summary>Provides design-time support for the <see cref="T:System.Web.UI.Timer" /> control in a visual designer.</summary>
597    </member>
598    <member name="T:System.Web.UI.Design.UpdatePanelDesigner">
599      <summary>Provides design-time support for the <see cref="T:System.Web.UI.UpdatePanel" /> control in a visual designer.</summary>
600    </member>
601    <member name="T:System.Web.UI.Design.UpdatePanelTriggerCollectionEditor">
602      <summary>Provides a component editor for the <see cref="P:System.Web.UI.UpdatePanel.Triggers" /> collection of <see cref="T:System.Web.UI.UpdatePanel" /> controls.</summary>
603    </member>
604    <member name="T:System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter">
605      <summary>Provides a type converter that retrieves a list of control IDs in the current container.</summary>
606    </member>
607    <member name="T:System.Web.UI.Design.UpdateProgressDesigner">
608      <summary>Provides design-time support for the <see cref="T:System.Web.UI.UpdateProgress" /> control in a visual designer.</summary>
609    </member>
610    <member name="T:System.Web.UI.Design.WebControls.DataPagerDesigner">
611      <summary>Provides design-time support in a visual designer for the <see cref="T:System.Web.UI.WebControls.DataPager" /> control.</summary>
612    </member>
613    <member name="T:System.Web.UI.Design.WebControls.DataPagerFieldTypeEditor">
614      <summary>Provides a visual editor for <see cref="T:System.Web.UI.WebControls.DataPager" /> fields.</summary>
615    </member>
616    <member name="T:System.Web.UI.Design.WebControls.LinqDataSourceDesigner">
617      <summary>Provides design-time support in a visual designer for the <see cref="T:System.Web.UI.WebControls.LinqDataSource" /> control.</summary>
618    </member>
619    <member name="T:System.Web.UI.Design.WebControls.LinqDesignerDataSourceView">
620      <summary>Provides a design-time view of data for the <see cref="T:System.Web.UI.Design.WebControls.LinqDataSourceDesigner" /> class.</summary>
621    </member>
622    <member name="T:System.Web.UI.Design.WebControls.ListViewDesigner">
623      <summary>Provides design-time support in a visual designer for the <see cref="T:System.Web.UI.WebControls.ListView" /> control.</summary>
624    </member>
625  </members>
626</doc>