Metadata Model Relationship Filtered Lookup Item Element
X-Ref:
- Ast Metadata Model Relationship Filtered Lookup Item Node
- Ast Metadata Model Relationship Lookup Item Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
EntityName | AstMetadataModelEntityNode | Specifies a reference to the entity whose data items will be used as the source of completion list values in the editor UI. This is a required reference to an existing definiton. | |
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
UiEditorLabel | String | Specifies the name of the field that should be used in the editor UI for this lookup. This is a required property | |
FilterOnLocalRelationshipName | AstMetadataModelEntityRelationshipNode | Specifies a reference to the relationship that will be used to filter the completion list source items supplied by the Entity property. This references an existing definiton. | |
ParentFilterName | AstMetadataModelRelationshipLookupItemNode | Specifies a reference to the lookup item that should be used as the parent for this lookup. Parent lookup items serve to constrain the available list of source items for the lookup field in the editor UI. This references an existing definiton. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |