ParentRelationOutput interface
系列親は、親エンティティの GUID と子エンティティとの関係です。
プロパティ
| child |
子エンティティの GUID。 |
| parent |
親エンティティの GUID。 |
| relationship |
リレーションシップの GUID。 |
プロパティの詳細
childEntityId
子エンティティの GUID。
childEntityId?: string
プロパティ値
string
parentEntityId
親エンティティの GUID。
parentEntityId?: string
プロパティ値
string
relationshipId
リレーションシップの GUID。
relationshipId?: string
プロパティ値
string