Class UtilityAssociationsFormElement
A form element that represents the utility network associations within the form.
Implements
System.ComponentModel.INotifyPropertyChanged
  
      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.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityAssociationsFormElement : FormElement, INotifyPropertyChangedProperties
| Name | Description | 
|---|---|
| AssociationFilters | Gets a collection of filters that define which associations are displayed. | 
| AssociationsFilterResults | Gets the collection of results from the FetchAssociationsFilterResultsAsync() method. | 
| IsEditable | Gets a value indicating whether the utility associations form element is editable. | 
Methods
| Name | Description | 
|---|---|
| FetchAssociationsFilterResultsAsync() | Fetches UtilityAssociation objects from an ArcGISFeature based on the AssociationFilters. The results are provided in 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 |