ObjectMaterializedEventArgs クラス
定義
ObjectMaterialized イベントのデータを格納します。Contains the data for the ObjectMaterialized event.
public ref class ObjectMaterializedEventArgs : EventArgs
public class ObjectMaterializedEventArgs : EventArgs
type ObjectMaterializedEventArgs = class
inherit EventArgs
Public Class ObjectMaterializedEventArgs
Inherits EventArgs
- 継承
プロパティ
Entity |
作成されたエンティティ オブジェクトを取得します。Gets the entity object that was created. |
メソッド
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() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |