VirualPathDataSourceView Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents an virtual path to data-bound controls.
Inheritance Hierarchy

SystemObject
  System.Web.UIDataSourceView
    ContentStudio.Site.ControlsVirualPathDataSourceView

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class VirualPathDataSourceView : DataSourceView

The VirualPathDataSourceView type exposes the following members.

Constructors

  NameDescription
Public methodVirualPathDataSourceView
Initializes a new instance of the VirualPathDataSourceView class.
Top
Properties

  NameDescription
Public propertyCanDelete
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.
(Overrides DataSourceViewCanDelete.)
Public propertyCanInsert (Inherited from DataSourceView.)
Public propertyCanPage
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect(DataSourceSelectArguments) method.
(Overrides DataSourceViewCanPage.)
Public propertyCanRetrieveTotalRowCount
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports retrieving the total number of data rows, instead of the data.
(Overrides DataSourceViewCanRetrieveTotalRowCount.)
Public propertyCanSort
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.
(Overrides DataSourceViewCanSort.)
Public propertyCanUpdate (Inherited from DataSourceView.)
Protected propertyEvents (Inherited from DataSourceView.)
Public propertyName (Inherited from DataSourceView.)
Top
Methods

  NameDescription
Public methodDelete (Inherited from DataSourceView.)
Public methodEquals (Inherited from Object.)
Protected methodExecuteDelete
Performs a delete operation on the list of data that the DataSourceView object represents.
(Overrides DataSourceViewExecuteDelete(IDictionary, IDictionary).)
Protected methodExecuteInsert (Inherited from DataSourceView.)
Protected methodExecuteSelect
Gets a list of data from the underlying data storage.
(Overrides DataSourceViewExecuteSelect(DataSourceSelectArguments).)
Protected methodExecuteUpdate (Inherited from DataSourceView.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert (Inherited from DataSourceView.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDataSourceViewChanged (Inherited from DataSourceView.)
Protected methodRaiseUnsupportedCapabilityError (Inherited from DataSourceView.)
Public methodSelect (Inherited from DataSourceView.)
Public methodToString (Inherited from Object.)
Public methodUpdate (Inherited from DataSourceView.)
Top
Events

  NameDescription
Public eventDataSourceViewChanged (Inherited from DataSourceView.)
Top
See Also

Reference