AdministrationDataSourceView Members
Include Protected Members
Include Inherited Members
Represents the the capabilities of Administration data source controls.
The AdministrationDataSourceView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AdministrationDataSourceView | Initializes a new instance of the AdministrationDataSourceView class. |
Top
Properties
Name | Description | |
---|---|---|
CanDelete | Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanDelete.) | |
CanInsert | Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanInsert.) | |
CanPage | Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanPage.) | |
CanRetrieveTotalRowCount | Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanRetrieveTotalRowCount.) | |
CanSort | Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanSort.) | |
CanUpdate | Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanUpdate.) | |
Context | Gets the context of the AdministrationDataSourceView object. | |
Events | (Inherited from DataSourceView.) | |
IsTrackingViewState | Gets a value that indicates if the AdministrationDataSourceView is configured to maintain state. | |
Name | (Inherited from DataSourceView.) | |
Owner | Gets the data source control that contains the AdministrationDataSourceView object. | |
SelectParameters | Gets the AdministrationDataSourceView parameters for which state is being maintained. | |
TotalRowCount | Returns the total number of rows in the AdministrationDataSourceView object. | |
ViewState | Gets an object representing the current state of the AdministrationDataSourceView object. |
Top
Methods
Name | Description | |
---|---|---|
Delete | (Inherited from DataSourceView.) | |
Equals | (Inherited from Object.) | |
ExecuteDelete | (Inherited from DataSourceView.) | |
ExecuteInsert | (Inherited from DataSourceView.) | |
ExecuteSelect | Gets a list of data from the underlying data storage. (Overrides DataSourceView.ExecuteSelect(DataSourceSelectArguments).) | |
ExecuteUpdate | (Inherited from DataSourceView.) | |
Finalize | (Inherited from Object.) | |
GetFarmObject<T> | ||
GetHashCode | (Inherited from Object.) | |
GetIdAsGuid | Retrieves an object’s GUID. | |
GetType | (Inherited from Object.) | |
Insert | (Inherited from DataSourceView.) | |
LoadViewState | Loads a saved state. | |
MemberwiseClone | (Inherited from Object.) | |
OnDataSourceViewChanged | (Inherited from DataSourceView.) | |
ParseParameters | When implemented in a derived class, gives each page the chance to parse parameters. | |
RaiseUnsupportedCapabilityError | (Inherited from DataSourceView.) | |
SaveViewState | Saves the state of the AdministrationDataSourceView object. | |
Select(DataSourceSelectArguments) | Gets a list of data from the underlying data storage. | |
Select(DataSourceSelectArguments, DataSourceViewSelectCallback) | (Inherited from DataSourceView.) | |
ToString | (Inherited from Object.) | |
TrackViewState | Activates state tracking for the AdministrationDataSourceView object. | |
Update | (Inherited from DataSourceView.) |
Top
Events
Name | Description | |
---|---|---|
DataSourceViewChanged | (Inherited from DataSourceView.) |
Top