ModelDataSourceMethod クラス
定義
ModelDataSourceView オブジェクトによって使用されるデータ メソッドについての情報をカプセル化します。Encapsulates the information about a data method used by a ModelDataSourceView object.
public ref class ModelDataSourceMethod
public class ModelDataSourceMethod
type ModelDataSourceMethod = class
Public Class ModelDataSourceMethod
- 継承
-
ModelDataSourceMethod
コンストラクター
ModelDataSourceMethod(Object, MethodInfo) |
ModelDataSourceMethod クラスの新しいインスタンスを初期化します。Initializes a new instance of the ModelDataSourceMethod class. |
プロパティ
Instance |
メソッドが呼び出されるインスタンスを取得します。Gets the instance on which the method will be invoked. |
MethodInfo |
呼び出されるメソッドを取得します。Gets the method to be invoked. |
Parameters |
メソッドのパラメーター値を取得します。Gets the method parameter values. |
メソッド
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) |