DataViewSetting クラス
定義
ApplyDefaultSort から作成された DataView の DataViewManager、RowFilter、RowStateFilter、Sort、Table、および DataViewManager の既定の設定を表します。Represents the default settings for ApplyDefaultSort, DataViewManager, RowFilter, RowStateFilter, Sort, and Table for DataViews created from the DataViewManager.
public ref class DataViewSetting
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))]
public class DataViewSetting
public class DataViewSetting
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))]
[System.Serializable]
public class DataViewSetting
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))>]
type DataViewSetting = class
type DataViewSetting = class
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))>]
[<System.Serializable>]
type DataViewSetting = class
Public Class DataViewSetting
- 継承
-
DataViewSetting
- 属性
プロパティ
ApplyDefaultSort |
既定の並べ替えを使用するかどうかを示す値を取得または設定します。Gets or sets a value indicating whether to use the default sort. |
DataViewManager |
この DataViewManager を格納している DataViewSetting を取得します。Gets the DataViewManager that contains this DataViewSetting. |
RowFilter |
DataView 内で適用するフィルターを取得または設定します。Gets or sets the filter to apply in the DataView. RowFilter を使用するコード例については、「RowFilter」を参照してください。See RowFilter for a code sample using RowFilter. |
RowStateFilter |
DataView 内で Current、Deleted、Modified Current、ModifiedOriginal、New、Original、または Unchanged のいずれかの状態の行を表示するか、または行を表示しないかどうかを示す値を取得または設定します。Gets or sets a value indicating whether to display Current, Deleted, Modified Current, ModifiedOriginal, New, Original, Unchanged, or no rows in the DataView. |
Sort |
DataView 内で適用する並べ替えを示す値を取得または設定します。Gets or sets a value indicating the sort to apply in the DataView. |
Table |
DataTable プロパティを適用する DataViewSetting を取得します。Gets the DataTable to which the DataViewSetting properties apply. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |
適用対象
スレッド セーフ
この型は、マルチスレッドの読み取り操作に対して安全です。This type is safe for multithreaded read operations. 書き込み操作はすべて同期する必要があります。You must synchronize any write operations.