RelatedClassInfoWithOptionalRelationship Namespace
Function
| Name | Description |
|---|---|
| RelatedClassInfoWithOptionalRelationship.fromCompressedJSON | Deserialize RelatedClassInfoWithOptionalRelationship from compressed JSON |
| RelatedClassInfoWithOptionalRelationship.toCompressedJSON | Serialize RelatedClassInfoWithOptionalRelationship to compressed JSON |
Defined in
RelatedClassInfoWithOptionalRelationship Type alias
A structure that describes a relationship between source and target classes where an actual ECRelationship between them is optional.
RelatedClassInfoWithOptionalRelationship = PartialBy<RelatedClassInfo, "relationshipInfo" | "isForwardRelationship" | "isPolymorphicRelationship">
Defined in
Last Updated: 30 November, 2023