以下のリストは、Link オブジェクトのメソッドの要約です。
- メソッド名
- 説明
- GetChildEntity
- リンクされた Entity オブジェクトのペアの子 (重複) である Entity オブジェクトを戻します。
- GetChildEntityDef
- リンクされた Entity オブジェクトのペアの子 (重複) のテンプレートである EntityDef オブジェクトを戻します。
- GetChildEntityDefName
- 子 (重複) Entity オブジェクトのテンプレートである EntityDef オブジェクトの名前を戻します。
- GetChildEntityID
- リンクされた Entity オブジェクトのペアの子 (重複) である Entity オブジェクトの ID 文字列を戻します。
- GetParentEntity
- リンクされた Entity オブジェクトのペアの親 (オリジナル) であるレコードを戻します。
- GetParentEntityDef
- リンクされた Entity オブジェクトのペアの親 (オリジナル) のテンプレートである EntityDef オブジェクトを戻します。
- GetParentEntityDefName
- 親 (オリジナル) Entity オブジェクトのテンプレートである EntityDef オブジェクトの名前を戻します。
- GetParentEntityID
- リンクされた Entity オブジェクトのペアの親 (オリジナル) である Entity オブジェクトの ID 文字列を戻します。