CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Web.Design.CslaDataSourceDesigner Class Reference

Implements designer support for CslaDataSource. More...

Inheritance diagram for Csla.Web.Design.CslaDataSourceDesigner:

Public Member Functions

override void Initialize (IComponent component)
 Initialize the designer component. More...
 
override DesignerDataSourceView GetView (string viewName)
 Returns the default view for this designer. More...
 
override string[] GetViewNames ()
 Return a list of available views. More...
 
override void RefreshSchema (bool preferSilent)
 Refreshes the schema for the data. More...
 
override void Configure ()
 Invoke the design time configuration support provided by the control. More...
 

Properties

override bool CanRefreshSchema [get]
 Get a value indicating whether the control can refresh its schema. More...
 
override bool CanConfigure [get]
 Get a value indicating whether this control supports design time configuration. More...
 
override bool AllowResize [get]
 Get a value indicating whether the control can be resized. More...
 

Detailed Description

Implements designer support for CslaDataSource.

Definition at line 20 of file CslaDataSourceDesigner.cs.

Member Function Documentation

◆ Configure()

override void Csla.Web.Design.CslaDataSourceDesigner.Configure ( )

Invoke the design time configuration support provided by the control.

Definition at line 98 of file CslaDataSourceDesigner.cs.

◆ GetView()

override DesignerDataSourceView Csla.Web.Design.CslaDataSourceDesigner.GetView ( string  viewName)

Returns the default view for this designer.

Parameters
viewNameIgnored
Returns

This designer supports only a "Default" view.

Definition at line 52 of file CslaDataSourceDesigner.cs.

◆ GetViewNames()

override string[] Csla.Web.Design.CslaDataSourceDesigner.GetViewNames ( )

Return a list of available views.

This designer supports only a "Default" view.

Definition at line 67 of file CslaDataSourceDesigner.cs.

◆ Initialize()

override void Csla.Web.Design.CslaDataSourceDesigner.Initialize ( IComponent  component)

Initialize the designer component.

Parameters
componentThe CslaDataSource control to be designed.

Definition at line 31 of file CslaDataSourceDesigner.cs.

◆ RefreshSchema()

override void Csla.Web.Design.CslaDataSourceDesigner.RefreshSchema ( bool  preferSilent)

Refreshes the schema for the data.

Parameters
preferSilent

Definition at line 77 of file CslaDataSourceDesigner.cs.

Property Documentation

◆ AllowResize

override bool Csla.Web.Design.CslaDataSourceDesigner.AllowResize
get

Get a value indicating whether the control can be resized.

Definition at line 151 of file CslaDataSourceDesigner.cs.

◆ CanConfigure

override bool Csla.Web.Design.CslaDataSourceDesigner.CanConfigure
get

Get a value indicating whether this control supports design time configuration.

Definition at line 139 of file CslaDataSourceDesigner.cs.

◆ CanRefreshSchema

override bool Csla.Web.Design.CslaDataSourceDesigner.CanRefreshSchema
get

Get a value indicating whether the control can refresh its schema.

Definition at line 86 of file CslaDataSourceDesigner.cs.