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)
605
var
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)
21
private
ModelDataSourceView
_view;
67
public 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)
771
var
modelDataView = view as
ModelDataSourceView
;