Class UtilityAssociationsPopupElement
A utility network associations pop-up element that is displayed in a pop-up for a geoelement.
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityAssociationsPopupElement : PopupElement
Remarks
A typical UI implementation displays UtilityAssociation based on DisplayCount with a possibility to show all associations for a specific layer or table.
Constructors
| Name | Description |
|---|---|
| UtilityAssociationsPopupElement(IEnumerable<UtilityAssociationsFilter>) | Initializes a new instance of the UtilityAssociationsPopupElement class which displays associations based on the filters provided. |
Properties
| Name | Description |
|---|---|
| AssociationFilters | Gets a collection of utility associations filters. |
| AssociationsFilterResults | Gets a collection of utility associations filter results. This is empty if associations filter results haven't been fetched. |
| Description | Gets or sets the string describing the pop-up element in detail. |
| DisplayCount | Gets or sets the number of associations to display based on the UtilityAssociationsFilter provided. |
| Title | Gets or sets the string indicating what the pop-up element represents. |
Methods
| Name | Description |
|---|---|
| FetchAssociationsFilterResultsAsync() | Fetches all UtilityAssociation objects based on the AssociationFilters. It will populate AssociationsFilterResults. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.7 - 200.8 |
| .NET | 200.7 - 200.8 |
| .NET Windows | 200.7 - 200.8 |
| .NET Android | 200.7 - 200.8 |
| .NET iOS | 200.7 - 200.8 |
| .NET Framework | 200.7 - 200.8 |
| UWP | 200.7 - 200.8 |