QueryableDataSourceEditData クラス
定義
QueryableDataSource オブジェクトから編集可能なデータを表します。Represents data that can be edited from a QueryableDataSource object.
public ref class QueryableDataSourceEditData
public class QueryableDataSourceEditData
type QueryableDataSourceEditData = class
Public Class QueryableDataSourceEditData
- 継承
-
QueryableDataSourceEditData
コンストラクター
QueryableDataSourceEditData() |
QueryableDataSourceEditData クラスの新しいインスタンスを初期化します。Initializes a new instance of the QueryableDataSourceEditData class. |
プロパティ
NewDataObject |
編集されたデータ オブジェクトの値を取得または設定します。Gets or sets the value of the edited data object. |
OriginalDataObject |
編集されるデータ オブジェクトの変更される前の値を取得または設定します。Gets or sets the value of the data object to edit before it was changed. |
メソッド
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) |