Constructor UtilityAssociationsPopupElement
UtilityAssociationsPopupElement(IEnumerable<UtilityAssociationsFilter>)
Initializes a new instance of the UtilityAssociationsPopupElement class which displays associations based on the filters provided.
Declaration
public UtilityAssociationsPopupElement(IEnumerable<UtilityAssociationsFilter> associationFilters)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<UtilityAssociationsFilter> | associationFilters | A collection of utility associations filters that specify the displayed utility associations. |
Remarks
If no filters are provided, all associations will be displayed.
Applies to
Platforms and versions
| 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 |