LinqDataSourceDesigner Class
Provides design-time support in a visual designer for the LinqDataSource control.
Assembly: System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)
In a visual designer, when you switch to a designer view (such as Design view in Visual Studio), the LinqDataSource control markup is parsed. A design-time version of the control is then created on the design surface. When you switch to source view, the design-time control is persisted as the markup for the Web page.
The LinqDataSourceDesigner class provides design-time support for the LinqDataSource control in a visual designer.
Notes to Inheritors:To provide commands in a derived class for the action list menu at design time, you must override the ActionLists property. For this property, return a custom DesignerActionListCollection object that contains items that derive from the DesignerActionList object.
For more information, see the DataSourceDesigner class.
- SecurityPermission
for calling unmanaged code. Demand value: Demand; Associated enumeration: UnmanagedCode.
System.ComponentModel.Design::ComponentDesigner
System.Web.UI.Design::HtmlControlDesigner
System.Web.UI.Design::ControlDesigner
System.Web.UI.Design::DataSourceDesigner
System.Web.UI.Design.WebControls::LinqDataSourceDesigner
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.