SelectClassInfo Namespace
Function
Name | Description |
---|---|
SelectClassInfo.fromCompressedJSON | Deserialize SelectClassInfo from compressed JSON |
SelectClassInfo.fromJSON | Deserialize SelectClassInfo from JSON |
SelectClassInfo.toCompressedJSON | Serialize SelectClassInfo to compressed JSON |
Defined in
SelectClassInfo Interface
Data structure that describes an ECClass in content Descriptor.
Properties
Name | Type | Description | |
---|---|---|---|
isSelectPolymorphic | boolean | Is the class handled polymorphically | |
navigationPropertyClasses | RelatedClassInfo[] | Relationship paths to navigation property classes | |
pathToPrimaryClass | RelationshipPath | Relationship path to the Primary class | |
relatedInstanceClasses | RelatedClassInfo[] | Relationship paths to Related instance classes | |
relatedPropertyPaths | RelationshipPath[] | Relationship paths to Related property classes | |
selectClassInfo | ClassInfo | Information about the ECClass |
Defined in
Last Updated: 11 June, 2024