C# Class RssToolkit.Web.Design.RssDataSourceDesigner.RssDesignerDataSourceView

Inheritance: System.Web.UI.Design.DesignerDataSourceView
Mostra file Open project: Throy/derp-octo-robot

Public Methods

Method Description
RssDesignerDataSourceView ( RssDataSourceDesigner owner, string viewName ) : System

Initializes a new instance of the RssDesignerDataSourceView class.

Method Details

RssDesignerDataSourceView() public method

Initializes a new instance of the RssDesignerDataSourceView class.
public RssDesignerDataSourceView ( RssDataSourceDesigner owner, string viewName ) : System
owner RssDataSourceDesigner The owner.
viewName string Name of the view.
return System