ReferencedElement Properties |
The ReferencedElement type exposes the following members.
Name | Description | |
---|---|---|
CombinedPathAsString |
Gets the combined path as string. It concats the path of the referenced entity before the valuetype's concatenated with a '.'. If no valuetype is specified,
it will only return the referenced entity's path.
| |
CombinedPathLength |
Gets the length of the combined path of referenced entity and referenced valuetype.
| |
ElementGroupName |
Gets the name of the group the outer element is in.
| |
ElementName |
Gets the element name for presentation purposes. This is either the name of the last navigator (or entity name if no navigator present) if no valuetype is present
or in case a valuetype is specified the name of the last field, if any, otherwise the name of the valuetype.
| |
NoEntity |
Gets a value indicating whether the referenced entity part is empty or not defined
| |
NoValueType |
Gets a value indicating whether the referenced valuetype part is empty or not defined
| |
OuterReferencedElementFullName |
Gets the name of the outer referenced element, which is the valuetype, if specified, otherwise the entity.
| |
PathAsString |
Gets the full path of the outerreferenced element, which is either the path of the referenced entity if no valuetype is specified, otherwise it's the
referenced entity path + . + the referenced valuetype path.
| |
ReferencedEntity |
Gets the referenced entity instance part.
| |
ReferencedValueType |
Gets the referenced valuetype instance part.
| |
SourceElementTypeAsString |
Gets the source element type as string, which is e.g. the field type if this source represents a field, or the full name of the entity or valuetype
|