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
Protected method AdministrationDataSourceView Initializes a new instance of the AdministrationDataSourceView class.

Top

Properties

  Name Description
Public property CanDelete Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanDelete.)
Public property CanInsert Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanInsert.)
Public property CanPage Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanPage.)
Public property CanRetrieveTotalRowCount Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanRetrieveTotalRowCount.)
Public property CanSort Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanSort.)
Public property CanUpdate Inherited from System.Web.UI.DataSourceView. (Overrides DataSourceView.CanUpdate.)
Protected property Context Gets the context of the AdministrationDataSourceView object.
Protected property Events (Inherited from DataSourceView.)
Public property IsTrackingViewState Gets a value that indicates if the AdministrationDataSourceView is configured to maintain state.
Public property Name (Inherited from DataSourceView.)
Protected property Owner Gets the data source control that contains the AdministrationDataSourceView object.
Public property SelectParameters Gets the AdministrationDataSourceView parameters for which state is being maintained.
Protected property TotalRowCount Returns the total number of rows in the AdministrationDataSourceView object.
Protected property ViewState Gets an object representing the current state of the AdministrationDataSourceView object.

Top

Methods

  Name Description
Public method Delete (Inherited from DataSourceView.)
Public method Equals (Inherited from Object.)
Protected method ExecuteDelete (Inherited from DataSourceView.)
Protected method ExecuteInsert (Inherited from DataSourceView.)
Protected method ExecuteSelect Gets a list of data from the underlying data storage. (Overrides DataSourceView.ExecuteSelect(DataSourceSelectArguments).)
Protected method ExecuteUpdate (Inherited from DataSourceView.)
Protected method Finalize (Inherited from Object.)
Protected methodStatic member GetFarmObject<T>
Public method GetHashCode (Inherited from Object.)
Protected methodStatic member GetIdAsGuid Retrieves an object’s GUID.
Public method GetType (Inherited from Object.)
Public method Insert (Inherited from DataSourceView.)
Public method LoadViewState Loads a saved state.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDataSourceViewChanged (Inherited from DataSourceView.)
Protected method ParseParameters When implemented in a derived class, gives each page the chance to parse parameters.
Protected method RaiseUnsupportedCapabilityError (Inherited from DataSourceView.)
Public method SaveViewState Saves the state of the AdministrationDataSourceView object.
Protected method Select(DataSourceSelectArguments) Gets a list of data from the underlying data storage.
Public method Select(DataSourceSelectArguments, DataSourceViewSelectCallback) (Inherited from DataSourceView.)
Public method ToString (Inherited from Object.)
Public method TrackViewState Activates state tracking for the AdministrationDataSourceView object.
Public method Update (Inherited from DataSourceView.)

Top

Events

  Name Description
Public event DataSourceViewChanged (Inherited from DataSourceView.)

Top

See Also

Reference

AdministrationDataSourceView Class

Microsoft.SharePoint.WebControls Namespace