AssociatedMenuConfiguration ComplexType
Defines how the associated records are displayed for an entity relationship.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
AvailableOffline | Edm.Boolean |
Whether the menu configuration is available offline. |
Behavior | AssociatedMenuBehavior |
The behavior of the associated menu for an entity relationship. |
Group | AssociatedMenuGroup |
The structure that contains extra data. |
Icon | Edm.String |
The icon for the menu configuration. |
IsCustomizable | Edm.Boolean |
Whether the menu configuration is customizable |
Label | Label |
The labelfor the associated menu. |
MenuId | Edm.String |
The unique identifier for the menu configuration. |
Order | Edm.Int32 |
The order for the associated menu. |
QueryApi | Edm.String |
For internal use only. |
ViewId | Edm.Guid |
The id of the view associated with the menu configuration |
Used by
The following use the AssociatedMenuConfiguration ComplexType.
Name | How used |
---|---|
ManyToManyRelationshipMetadata | Entity1AssociatedMenuConfiguration Property |
ManyToManyRelationshipMetadata | Entity2AssociatedMenuConfiguration Property |
OneToManyRelationshipMetadata | AssociatedMenuConfiguration Property |
ComplexManyToManyRelationshipMetadata | Entity1AssociatedMenuConfiguration Property |
ComplexManyToManyRelationshipMetadata | Entity2AssociatedMenuConfiguration Property |
ComplexOneToManyRelationshipMetadata | AssociatedMenuConfiguration Property |