Show / Hide Table of Contents

Class UtilityAssociationsPopupElement

A utility network associations pop-up element that is displayed in a pop-up for a geoelement.

Inheritance
System.Object
PopupElement
UtilityAssociationsPopupElement
PopupElement.IsEvaluated
PopupElement.FromJson(String)
PopupElement.ToJson()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.