SiteMapDesignerDataSourceView クラス

定義

SiteMapDataSourceクラスとSiteMapDataSourceDesigner クラスのデータのデザイン時ビューを提供します。

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

コンストラクター

名前 説明
SiteMapDesignerDataSourceView(SiteMapDataSourceDesigner, String)

指定されたSiteMapDesignerDataSourceView オブジェクトとビュー名を使用して、SiteMapDataSourceDesigner クラスの新しいインスタンスを作成します。

プロパティ

名前 説明
CanDelete

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

(継承元 DesignerDataSourceView)
CanInsert

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

(継承元 DesignerDataSourceView)
CanPage

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

(継承元 DesignerDataSourceView)
CanRetrieveTotalRowCount

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

(継承元 DesignerDataSourceView)
CanSort

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

(継承元 DesignerDataSourceView)
CanUpdate

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

(継承元 DesignerDataSourceView)
DataSourceDesigner

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

(継承元 DesignerDataSourceView)
Name

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

(継承元 DesignerDataSourceView)
Schema

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

メソッド

名前 説明
Equals(Object)

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

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

指定された行数を使用して、関連付けられているデータ ソース コントロールのスキーマと一致するデザイン時データを生成し、データがサンプル データか実際のデータかを示すブール値を返します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください