XmlDesignerDataSourceView クラス

定義

XmlDataSourceDesigner クラス用に、データのデザイン時ビューを提供します。

public ref class XmlDesignerDataSourceView : System::Web::UI::Design::DesignerDataSourceView
public class XmlDesignerDataSourceView : System.Web.UI.Design.DesignerDataSourceView
type XmlDesignerDataSourceView = class
    inherit DesignerDataSourceView
Public Class XmlDesignerDataSourceView
Inherits DesignerDataSourceView
継承
XmlDesignerDataSourceView

コンストラクター

XmlDesignerDataSourceView(XmlDataSourceDesigner, String)

XmlDesignerDataSourceView クラスの新しいインスタンスを作成します。

プロパティ

CanDelete

現在の DataSourceControl オブジェクトに関連付けられている DataSourceView オブジェクトで、ExecuteDelete(IDictionary, IDictionary) メソッドがサポートされているかどうかを示す値を取得します。

(継承元 DesignerDataSourceView)
CanInsert

現在の DataSourceControl オブジェクトに関連付けられている DataSourceView オブジェクトで、ExecuteInsert(IDictionary) メソッドがサポートされているかどうかを示す値を取得します。

(継承元 DesignerDataSourceView)
CanPage

現在の DataSourceControl オブジェクトに関連付けられている DataSourceView オブジェクトで、ExecuteSelect(DataSourceSelectArguments) メソッドによって取得されたデータを介してページングがサポートされているかどうかを示す値を取得します。

(継承元 DesignerDataSourceView)
CanRetrieveTotalRowCount

現在の DataSourceControl オブジェクトに関連付けられた DataSourceView オブジェクトで、データ自体ではなくデータ行の合計数を取得する操作がサポートされているかどうかを示す値を取得します。

(継承元 DesignerDataSourceView)
CanSort

現在の DataSourceControl オブジェクトに関連付けられた DataSourceView オブジェクトで、基になるデータ ソースの並べ替え表示がサポートされるかどうかを示す値を取得します。

(継承元 DesignerDataSourceView)
CanUpdate

現在の DataSourceControl オブジェクトに関連付けられている DataSourceView オブジェクトで、ExecuteUpdate(IDictionary, IDictionary, IDictionary) メソッドがサポートされているかどうかを示す値を取得します。

(継承元 DesignerDataSourceView)
DataSourceDesigner

この DesignerDataSourceView コントロールを作成したデザイナーへの参照を取得します。

(継承元 DesignerDataSourceView)
Name

DesignerDataSourceView クラスのインスタンスの作成時に指定されたビューの名前を取得します。

(継承元 DesignerDataSourceView)
Schema

このビュー オブジェクトによって表されるデータ ソース ビューを記述するスキーマを取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetDesignTimeData(Int32, Boolean)

関連付けられているデータ ソース コントロールのスキーマと一致するデザイン時データを生成し、データがサンプルと実際のデータのどちらであるかを示す値を返します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください