RelatedClassInfoWithOptionalRelationship Namespace
Function
| Name | Description |
|---|---|
| RelatedClassInfoWithOptionalRelationship.fromCompressedJSON | Deserialize RelatedClassInfoWithOptionalRelationship from compressed JSON |
| RelatedClassInfoWithOptionalRelationship.toCompressedJSON | Serialize RelatedClassInfoWithOptionalRelationship to compressed JSON |
Defined in
RelatedClassInfoWithOptionalRelationship Type Alias
RelatedClassInfoWithOptionalRelationship = PartialBy<RelatedClassInfo, "relationshipInfo" | "isForwardRelationship" | "isPolymorphicRelationship">
A structure that describes a relationship between source and target classes where an actual ECRelationship between them is optional.
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.