1 instantiation of ModelDataSourceView
System.Web (1)
UI\WebControls\ModelDataSource.cs (1)
70_view = new ModelDataSourceView(this);
13 references to ModelDataSourceView
System.Web (13)
UI\WebControls\DataSourceSelectResultProcessingParameters.cs (3)
3/// This is used to encapsulate the options required for processing a select method result from a <see cref="System.Web.UI.WebControls.ModelDataSourceView"/> select operation. 7/// Indicates whether paging is done automatically by <see cref="System.Web.UI.WebControls.ModelDataSourceView"/>. 12/// Indicates whether sorting is done automatically by <see cref="System.Web.UI.WebControls.ModelDataSourceView"/>.
UI\WebControls\ListControl.cs (2)
605var modelDataView = view as ModelDataSourceView;
UI\WebControls\ModelDataMethodResult.cs (1)
5/// Encapsulates the result of a Data Method Operation done by <see cref='System.Web.UI.WebControls.ModelDataSourceView' />.
UI\WebControls\ModelDataSource.cs (2)
21private ModelDataSourceView _view; 67public virtual ModelDataSourceView View {
UI\WebControls\ModelDataSourceMethod.cs (1)
6/// Encapsulates the information about a Data Method used by <see cref='System.Web.UI.WebControls.ModelDataSourceView' />.
UI\WebControls\ModelDataSourceView.cs (2)
367/// by the method <see cref="System.Web.UI.WebControls.ModelDataSourceView.ProcessSelectMethodResult"/>. 448/// These options are determined in an earlier call to <see cref="System.Web.UI.WebControls.ModelDataSourceView.EvaluateSelectMethodParameters"/>.
UI\WebControls\Repeater.cs (2)
771var modelDataView = view as ModelDataSourceView;