Select Association Feature Candidate
data class SelectAssociationFeatureCandidate(val element: UtilityAssociationsFormElement, val filter: UtilityAssociationsFilter, val featureSource: UtilityAssociationFeatureSource, val assetType: UtilityAssetType) : FeatureFormNavigationRoute
Indicates the route for selecting a UtilityAssociationFeatureCandidate from a UtilityAssetType when adding a new association.
Since
300.0.0
Parameters
element
The UtilityAssociationsFormElement where the association is being added.
filter
The selected UtilityAssociationsFilter.
feature Source
The selected UtilityAssociationFeatureSource the asset type belongs to.
asset Type
The selected UtilityAssetType.