C# Class SenseNet.Portal.UI.Controls.SenseNetDataSource

Inheritance: System.Web.UI.DataSourceControl
ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
FindContextInfo ContextInfo
RefreshContextInfo void

Public Methods

Method Description
ResetView ( ) : void
Select ( System.Web.UI.DataSourceSelectArguments selectArgs ) : IEnumerable

Protected Methods

Method Description
GetView ( string viewName ) : System.Web.UI.DataSourceView
GetViewNames ( ) : ICollection
SnDataSourceViewSelected ( object sender, SenseNetDataSourceStatusEventArgs e ) : void

Private Methods

Method Description
FindContextInfo ( string controlID ) : ContextInfo
RefreshContextInfo ( ) : void

Method Details

GetView() protected method

protected GetView ( string viewName ) : System.Web.UI.DataSourceView
viewName string
return System.Web.UI.DataSourceView

GetViewNames() protected method

protected GetViewNames ( ) : ICollection
return ICollection

ResetView() public method

public ResetView ( ) : void
return void

Select() public method

public Select ( System.Web.UI.DataSourceSelectArguments selectArgs ) : IEnumerable
selectArgs System.Web.UI.DataSourceSelectArguments
return IEnumerable

SnDataSourceViewSelected() protected method

protected SnDataSourceViewSelected ( object sender, SenseNetDataSourceStatusEventArgs e ) : void
sender object
e SenseNetDataSourceStatusEventArgs
return void